- Install Python 3.
- Check that pip is using python3 with
pip -V
.- if not, check
pip3 -V
- if not, check
- Set up a virtual environment (steps assume that your current dir is project root)
- Install virtualenv with
pip install virtualenv
* elsepip3 install virtualenv
- run
python -m venv venv
* elsepython3 -m venv venv
- source the virtual environment
* Linux:
source venv/bin/activate
* Windows:.\venv\Scripts\activate.bat
- Install virtualenv with
- Install plugins with
pip install -r requirements.txt
(if pip is using python3)- else
pip3 install -r requirements.txt
- else
- Start local server with
mkdocs serve
-
Notifications
You must be signed in to change notification settings - Fork 2
The repository containing the markdown files for my university notes
mathiasandresen/uni-notes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The repository containing the markdown files for my university notes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published