-
Clone the repo
$ git clone https://github.com/GAIPS/aasma-spring-24
$ cd aasma-spring-24
-
Create virtual environment (tested with python 3.8.10)
$ python3 -m venv venv
$ source venv/bin/activate
-
Install dependencies
$ pip install -r requirements.txt
-
Test installation
$ python test_install.py
- João Ribeiro (@jmribeiro)
- Guilherme Varela (@gsavarela)
- Miguel Faria (@miguel-faria)
- Pedro P. Santos (@PPSantos)
- Fábio Vital (@gh0stwin)