kopia lustrzana https://gitlab.com/jaywink/federation
38 wiersze
831 B
ReStructuredText
38 wiersze
831 B
ReStructuredText
Development
|
|
===========
|
|
|
|
Help is more than welcome to extend this library. Please see the following resources.
|
|
|
|
* `Source code repo <https://github.com/jaywink/federation>`_
|
|
* `Issue tracker <https://github.com/jaywink/federation/issues>`_
|
|
* `Kanban board <https://waffle.io/jaywink/federation>`_
|
|
|
|
Environment setup
|
|
-----------------
|
|
|
|
Once you have your (Python 3.3+) virtualenv set up, install the development requirements::
|
|
|
|
pip install -r dev-requirements.txt
|
|
|
|
Running tests
|
|
-------------
|
|
|
|
::
|
|
|
|
py.test
|
|
|
|
Building local documentation
|
|
----------------------------
|
|
|
|
::
|
|
|
|
cd docs
|
|
make html
|
|
|
|
Contact for help
|
|
----------------
|
|
|
|
Easiest via FreeNode IRC, channel #python-federation (`webchat here <http://webchat.freenode.net?channels=%23python-federation&uio=d4>`_).
|
|
|
|
You can also ask questions or give feedback via issues.
|