Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbit committed Jul 12, 2022
1 parent f1ff898 commit a59f037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The code provides a framework to implement simulations of particle motion on net

Some examples of network structures are provided in graphml format in `resources/graphs`.

The code has been tested on Python 3.6, 3.7.
The code has been tested on Python 3.10.

#### Active-flow network generates molecular transport by packets

Expand All @@ -25,7 +25,7 @@ If you have troubles running the code, you have doubts or need any help, don't h

### Development

Development is done using `pipenv` to manage dependencies. Tests can be run with python's `unittest` (`$ python -m unittest discover test`) or with `pytest`.
Development is done using `poetry` to manage dependencies. Tests can be run with python's `unittest` (`$ python -m unittest discover test`) or with `pytest`.

### Authors

Expand Down

0 comments on commit a59f037

Please sign in to comment.