Repo for testing features of the Python 3 language.
- Add
pipto PATH (usually inScriptsfolder in Python installation directory. - Install dependencies using:
pip install --upgrade pip pip install poetry poetry install --no-root
Can run unit tests using:
pip install pytest
# Not sure why this is needed but otherwise tests will fail on the command line
pip install numpy
pytest