To set up and run this project, follow these steps:
- Install Python 3.10
- Clone this repository to your local machine.
- Create a virtual environment:
python3.10 -m venv venv
or
conda create -n venv --file requirements.txt
- Activate the virtual environment:
-
On Windows:
.\venv\Scripts\activate
-
On macOS/Linux:
source venv/bin/activate
or
conda activate venv
-
Install the required packages using
requirements.txt
:pip install -r requirements.txt
-
If you update the the current packages in the
requirements.txt
use:pip freeze > requirements.txt
This command lists all the installed packages in the current environment along with their versions and saves them to
requirements.txt
.
To use the project, simply run your Python scripts within the activated virtual environment.
https://github.com/jarlsondre/idun_tutorial/blob/main/tutorial.md