diff --git a/docs/wiki/Build-from-Source.md b/docs/wiki/Build-from-Source.md index 2b008b7..8b5b9db 100644 --- a/docs/wiki/Build-from-Source.md +++ b/docs/wiki/Build-from-Source.md @@ -1,4 +1,4 @@ -`csp-adapter-symphony` is written in Python and Javascript. While prebuilt wheels are provided for end users, it is also straightforward to build `csp-adapter-symphony` from either the Python [source distribution](https://packaging.python.org/en/latest/specifications/source-distribution-format/) or the GitHub repository. +`csp-adapter-symphony` is written in Python. While prebuilt wheels are provided for end users, it is also straightforward to build `csp-adapter-symphony` from either the Python [source distribution](https://packaging.python.org/en/latest/specifications/source-distribution-format/) or the GitHub repository. ## Table of Contents @@ -93,7 +93,7 @@ make fix-docs ## Testing -`csp-adapter-symphony` has both Python and JavaScript tests. The bulk of the functionality is tested in Python, which can be run via `pytest`. First, install the Python development dependencies with +`csp-adapter-symphony` has extensive Python tests. The tests can be run via `pytest`. First, install the Python development dependencies with ```bash make develop