@@ -51,16 +51,9 @@ We can also install the package from source, which is useful for development ver
...
@@ -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.
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 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.
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
## Usage
### Examples
### Examples
See the examples/ directory for example scripts and notebooks. The documentation contains example pages as well.
See the examples/ directory for example scripts and notebooks. The documentation contains example pages as well.