You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses [poetry](https://python-poetry.org/) which you can install [here](https://python-poetry.org/docs/#installation), the just run `install` command:
90
+
89
91
```bash
90
-
pip install -r requirements.txt
92
+
poetry install
91
93
```
92
94
93
95
## Test
94
96
95
-
Just clone the repo, install dependencies as you would in development and run `nose2` or `python setup.py test`
97
+
Just clone the repo, install dependencies as you would in development and run `nose2` or `poetry run nose2`
96
98
97
99
## Contributing
98
100
@@ -104,9 +106,7 @@ Just clone the repo, install dependencies as you would in development and run `n
0 commit comments