Skip to content
Snippets Groups Projects
Unverified Commit 4b27c824 authored by Lars Bilke's avatar Lars Bilke
Browse files

Added .envrc.

parent 4476e58e
No related branches found
No related tags found
No related merge requests found
layout python3
if ! has verdi; then
echo "Installing requirements ..."
pip install -r requirements.txt
fi
export PYTHONPATH=$PWD # $PYTHONPATH
verdi daemon start 2
eval "$(_VERDI_COMPLETE=bash_source verdi)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment