Skip to content

phoopy/phoopy-skeleton

Repository files navigation

Phoopy

Screenshot

Full Documentation

Install:

curl https://raw.githubusercontent.com/phoopy/phoopy-installer/master/phoopy-installer -o phoopy-installer
chmod +x phoopy-installer
./phoopy-installer my-project
cd my-project
pip install -r requeriments.txt

Run:

bin/console

Run Tests:

pip install -r requeriments-dev.txt
phulpy test