- install Vagrant
- install Virtualbox (or maybe Vagrant will understand if you have some other virtualization tool, I don't know)
cp Vagrantfile.example Vagrantfile
and edit to your likingvagrant up
- edit config.ini as appropriate
vagrant ssh
run
(aka the important bits of what the vagrant config does)
cp config.example.ini config.ini
and edit as appropriatepip install -e .
python -m watchtower config.ini
to run