Newer
Older
#!/bin/sh
if [ ! -e ./.venv ]; then
python3 -m venv .venv
fi
source ./.venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Forum | Documentation | Website | Blog
Please reach out on Forum or Discord to get account approved. Manual approval required for all accounts due to hundreds of new account users daily from spambots.
#!/bin/sh
if [ ! -e ./.venv ]; then
python3 -m venv .venv
fi
source ./.venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Open hardware computers for makers, educators and professionals