Skip to content

Commit

Permalink
Contributing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jun 28, 2018
1 parent 6777d26 commit a38305d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Environment Setup

TabPy suggests using [Pipenv](https://docs.pipenv.org) to configure and manage your development environment out of the box and provides facilities to enable this out of the box. To start, clone the source code and from the project root run:
TabPy suggests using [Pipenv](https://docs.pipenv.org) to configure and manage your development environment and provides facilities to enable this out of the box. To start, clone the source code and from the project root run:

```sh
pipenv install -dev
```

This will create a dedicated virtual environment containing all of the development requirements.
This will create a dedicated virtual environment containing all of the required packages.

## Starting the Server

Expand Down

0 comments on commit a38305d

Please sign in to comment.