Closed Kurbitz closed 11 months ago
Python has a built-in virtual environment module (venv) that will be used to create the virtual environment
Pytorch version depends on gpu which means we have to use the CPU based version if we want a reproducable environment.
Realized that setting up an environment that can be used by everyone is kinda stupid and will therefore just create the requirements file and have a first setup guide in the readme
Last thing to do is creating the readme
Closed by #44
There's a very popular way of managing a python environment using venv [1]. I've had success using it in the past. Makes sharing the same dependencies very easy. But maybe we should look into using Docker somehow? I think defining dependencies will be important either way. As far as I'm aware, this is done using a requirements.txt file [2].