Skip to content

Commit

Permalink
README: add instructions for installing cython
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock authored Aug 25, 2021
1 parent d11d778 commit 82d2c49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ Data formats that are currently supported are:

### Installation

Dependencies:
#### Dependencies
* pywandio -- https://github.com/CAIDA/pywandio (note: STARDUST users should
already have the python[3]-pywandio package installed on their VM)
* cython
* cython -- run `pip install cython`


#### Installation command

```
make && make install
```
Expand Down

0 comments on commit 82d2c49

Please sign in to comment.