The entire repository can be found at: https://github.com/CarstenStiel/IR
- milestone1: Files and guide (README.md) for the first milestone.
- milestone2: Files and guide (README.md) for the second milestone.
The following should be installed for the first start of the project:
Important: Here are the requirements with installation instructions for Windows. Note that the terminal should be run as administrator!
- Python:
- Download "Python" from the following website and follow the instructions: https://www.python.org/downloads/
- Pipenv:
- Run the following command in the terminal:
pip install pipenv
- Run the following command in the terminal:
- Tira::
- Run the following command in the terminal:
pip3 install tira
- Run the following command in the terminal:
- Jupyter:
- Run the following command in the terminal:
pip install jupyter
- Run the following command in the terminal:
- Docker:
- Download "Docker Desktop" from the following website and follow the instructions: https://docs.docker.com/get-docker/
- Note: Read everything carefully for a smooth installation (WSL2, etc.)!
- Python IDE:
- Personal recommendation here is PyCharm at: https://www.jetbrains.com/pycharm/download/#section=windows
The following commands are used for Windows Powershell
- Docker:
- delete everything (images and containers):
docker system prune -a
- delete everything (images and containers):