Unverified Commit d34a776d authored by Akke Viitanen's avatar Akke Viitanen
Browse files

Add initalization script for development

parent 8043575f
Loading
Loading
Loading
Loading

init.sh

0 → 100644
+11 −0
Original line number Diff line number Diff line
#!/bin/sh
#
# Initialize the development environment. Call as
#
#   $ . init.sh
#
# Author: Akke Viitanen
# Email: akke.viitanen@helsinki.fi

. venv/bin/activate
pip install -e .