MarkSeliverstov / MFF-bachelor-work

CUNI MFF | Bachelor project
MIT License
1 stars 0 forks source link

Update python instalation #2

Closed skodapetr closed 4 months ago

skodapetr commented 6 months ago

python3 install -r requirements.txt should be pip install -r requirements.txt.

./.venv/bin/activate would work only on a Windows machine. Please add note this is Window specific, or better provide Window and Linux steps.