Python Virtual Environment
Run renderpy in virtual python environment
- go to directory containing notes in .md
- invoke virtual environment with
python -m venv envtest
with "envtest"=virtual envirnment directory - activate with source
envtest/bin/activate
- run
pip install -r requirements.txt
- run render.py (with specification "in current directory"
./
) =>./render.py
- html-files are now in folder "public"