.. | ||
__init__.py | ||
podman_interface.py | ||
README.md | ||
requirements.txt |
ntk_infra
This is a collection of Python tools to support building the Notes Toolkit (NotesTK) project.
Setup
Add ~/.local/bin
to PATH
, i.e. in ~/.bashrc
add export PATH=$PATH:~/.local/bin
and do source ~/.bashrc
.
Set up virtual environment:
sudo apt-get install python3-pip python3-venv
python3 -m venv $MY_ENV_PATH
source $MY_ENV_PATH/bin/activate
When finished do:
deactivate
Install requirements:
pip install -r requirements.txt