Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Jan 26, 2024
1 parent 5cb33be commit 0d4d4be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ For example with

3. Install numpy and CFFI (in the environment you want to use), e.g. `conda install numpy cffi`
4. Now we need to build *safpy*, which creates the module.
Running (in the environment you want to use) `pip install -e .` , with `.` in the SAFpy folder, builds it automatically and installs any potentially missing Python dependencies.
Running (in the environment you want to use)

```pip install -e .```,

with `.` in the SAFpy folder, builds it automatically and installs any potentially missing Python dependencies.

6. (Optional) Test if everything works, run `pytest -vvv` in the SAFpy folder.


Expand Down

0 comments on commit 0d4d4be

Please sign in to comment.