Skip to content

Commit

Permalink
switch to poetry in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Oct 30, 2022
1 parent 26cf6d5 commit c956f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Alternatively, the latest Github version of the code can be installed via pip:

```git clone https://github.com/desy-multimessenger/nuztf.git```

```pip install -e nuztf```
```cd nuztf```

```poetry install```

In case you encounter problems with an ARM-based Mac, use conda and issue:
```conda install -c conda-forge python-confluent-kafka fiona pyproj lalsuite ligo.skymap -y```
Expand Down

0 comments on commit c956f48

Please sign in to comment.