GitLab will be offline for essential maintenance from 22/08/25 - 25/08/25. During this time, GitLab will be read-only with some short periods of complete unavailability.
@@ -51,16 +51,9 @@ We can also install the package from source, which is useful for development ver
```
This will install the package, along with all the dependencies, into the current active (virtual) python environment.
If this is not the first time you install the package, but rather rebuild it because you made changes in either binary_c or binarycpython, you can run
```
./install_without_dependencies.sh
```
to reinstall just binarycpython.
#### After installation
After installing the code via source it is useful to run the test suite before doing any programming with it. The test suite is stored in `binarycpython/tests` and running `python main.py` in there will run all the tests.
## Usage
### Examples
See the examples/ directory for example scripts and notebooks. The documentation contains example pages as well.