Skip to content

Commit

Permalink
Merge e9c5d64 into 5d06122
Browse files Browse the repository at this point in the history
  • Loading branch information
0mars committed Jun 7, 2019
2 parents 5d06122 + e9c5d64 commit 98d85f3
Show file tree
Hide file tree
Showing 2 changed files with 7 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
12 changes: 5 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,21 @@ Requirements

* Python 3.6+

.. 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 98d85f3

Please sign in to comment.