Skip to content

Commit

Permalink
Merge e8367cd into 5d06122
Browse files Browse the repository at this point in the history
  • Loading branch information
0mars committed Jun 7, 2019
2 parents 5d06122 + e8367cd commit 5daa3cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

VERSION = $(shell pipenv run python -c "print(__import__('object_graph').__version__)")

export PIPENV_VENV_IN_PROJECT=1

install-deps:
pipenv install

Expand Down
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 5daa3cf

Please sign in to comment.