Skip to content
Snippets Groups Projects
Commit 8e786686 authored by dh00601's avatar dh00601
Browse files

updated readme

parent 0f018c55
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment