Skip to content
Snippets Groups Projects
README.md 834 B
Newer Older
Martin Řepa's avatar
Martin Řepa committed
# bachelor-thesis

Martin Řepa's avatar
Martin Řepa committed
Repository with reference implementation of game theoretical models related to
my bachelor-thesis (and software/research project). Source code is written in python.
Martin Řepa's avatar
Martin Řepa committed

Martin Řepa's avatar
Martin Řepa committed
### Prerequisites

* Python3.6 or higher _(for static typing)_
* Pipenv - package managing tool (get with `pip install --user pipenv`)

### Run 

For running take the following steps after cloning the project:

Martin Řepa's avatar
Martin Řepa committed
Firstly to download dependencies run from the project root directory
Martin Řepa's avatar
Martin Řepa committed

`pipenv sync`

Then to discover project repositories run setup.py

`pipenv run python pip install -e .`

And finally run the app from the root directory

`pipenv run python src/main.py`

To modify default configuration of the project see src/[config.py](src/config.py) file

## Documentation

Martin Řepa's avatar
Martin Řepa committed
* Documentation can be found [here](report). Doc is currently in progress.