PGE Lectures
Installation
-
If you don't have it already, install Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
-
Clone the repo from FEL Gitlab:
git clone https://gitlab.fel.cvut.cz/pge-student-materials/pge_lectures.git
- CD into the cloned repo and install it:
(depends on your OS)
cd pge_lectures/
pip install -e .
Usage
Info:
python -m pge_lectures
Run a specific lesson:
python -m pge_lectures <lesson_number>
List available lessons:
python -m pge_lectures -l