README update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## install
|
## install
|
||||||
|
|
||||||
```
|
```bash
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -e .
|
pip install -e .
|
||||||
@@ -10,7 +10,15 @@ pip install -e .
|
|||||||
|
|
||||||
## run tests
|
## run tests
|
||||||
|
|
||||||
```
|
```bash
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pytest
|
pytest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## run sagemath script
|
||||||
|
|
||||||
|
`deactivate` the venv first, then with sagemath installed:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./run_sage.sh
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user