- Clone this repository (preferably to a virtualenv):
git clone https://gitgud.io/dtluna/pygnusocial
- Install needed development dependencies:
pip install -r requirements.txt
- Install
gnusocial
package in development mode:
pip install -e .
Run ./runtests.py
The tests are situated in tests
directory.
Tests are written using Pytest.
cd docs && make html
Docs are written using Sphinx.