This repository is used to get started with Python in the Software for Science minor. Authors: Mats Otten & ...
First set-up a Python environment for yourself. This project requires Python3.
When you are done, install the requirements with pip3:
pip3 install -r requirements.txt
python3 main.py
go to tests directory and run
python3 test_api.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
When you use a library, you can install it by:
pip3 install [name-library]
To add this library to the requirements list, run the following:
pip freeze > requirements.txt