Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 406 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 406 Bytes

SERPENT-Reminder

require -> python3

Support for VSCode Remote Container (recommendation)

MacOS

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Windows

$ python -m venv venv
$ venv/Scripts/activate.bat
$ pip install -r requirements.txt