Skip to content

Commit 5568a00

Browse files
committed
Updated README, by: Filip, Piotr
1 parent 952ff1c commit 5568a00

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
API wrapper for programmatic management of PythonAnywhere services.
22

3-
It's an extraction and improvement of core code behind `PythonAnywhere cli tool`_.
3+
It's a core code behind `PythonAnywhere cli tool`_.
44

55
.. _PythonAnywhere cli tool: https://pypi.org/project/pythonanywhere/
6+
7+
8+
Development
9+
===========
10+
11+
To create local development environment, run:
12+
13+
.. code-block:: shell
14+
15+
poetry install
16+
17+
To run tests:
18+
19+
.. code-block:: shell
20+
21+
poetry run pytest
22+
23+
To build docs:
24+
25+
.. code-block:: shell
26+
27+
cd docs
28+
poetry run sphinx-build -b html . _build

0 commit comments

Comments
 (0)