[go: up one dir, main page]

Document howto install and test sali-cli

This is somw instruction that I got from @dstam

git clone https://gitlab.com/surfsara/sali.git
cd sali/
export PIPENV_VENV_IN_PROJECT=1 
pipenv install
pipenv install --dev
pipenv run ./sali-cli 
pipenv run pyinstaller --onefile sali-cli