SergioQuijanoRey / TFG

Trabajo Fin de Grado
1 stars 0 forks source link

TFG Trabajo Fin de Grado

Contact

Pre-requisites

This project can be configured using either poetry or nix. We recommend the later as it is more robust.

Nix

You can install it and learn more here. Once installed, all the dev environments are described in flake.nix file. Nothing else is needed to run the project. Now, you can:

  1. Enter the Python environment running nix develop
  2. Enter the Latex environment running nix develop .#writing

Poetry

You can install it and learn more here. With poetry installed, all the packages and their versions are described in pyproject.toml file.

python 3.10 is needed in order to run the project.

  1. Install all the dependencies: poetry install
  2. Run all the unit tests: poetry run python -m unittest src/test/*.py
  3. Run the notebook: poetry run jupyter notebook