Skip to content

Commit

Permalink
Merge pull request #11 from eshta/initialize-pipenv
Browse files Browse the repository at this point in the history
Initialize pipenv
  • Loading branch information
0mars committed Jun 7, 2019
2 parents 094b33d + e9c5d64 commit 3b514ac
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 3b514ac

Please sign in to comment.