Skip to content

Commit

Permalink
update readme for make init
Browse files Browse the repository at this point in the history
  • Loading branch information
0mars committed Jun 7, 2019
1 parent f5bccd7 commit e8367cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ Requirements

* Python 3.6+

Usage
-----
.. include:: docs/usage.rst

Prepare for development
-----------------------

A Python 3.6+ interpreter is required in addition to pipenv.

.. code-block:: bash

$ pipenv install --python 3.6 --dev

$ pipenv shell

$ pip install -e .
$ make init
Now you're ready to run the tests:


.. code-block:: bash
$ make test
Expand Down

0 comments on commit e8367cd

Please sign in to comment.