Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 772 Bytes

README.rst

File metadata and controls

40 lines (25 loc) · 772 Bytes

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