-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Philipp Saveliev edited this page Nov 19, 2016
·
14 revisions
Documentation is currently under (very slow) construction. If you want me to accelerate it, please don't hesitate to open an isssue about which topic are you particularly interested in.
Sapyens offers a Pyramid scaffold for creating projects:
Other topics:
virtualenv --no-site-packages venv
source venv/bin/activate
pip install -e .
pip install pyramid mock wtforms sqlalchemy psycopg2
python -m unittest discover -v --failfast --catch -s src/sapyens/tests/ -p '*.py'