Skip to content

Commit

Permalink
[skip ci] doc pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Dec 9, 2020
1 parent 3d95ba9 commit 7a6880b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -74,7 +74,7 @@ Conda: `conda list | jake ddt -c`

PyPi: `jake ddt`

Feeds dependencies available to pip in the current scope (run `pip freeze` to see what those are)
Feeds dependencies available to pip in the current scope (run `pip3 freeze` to see what those are)

### Options

Expand Down Expand Up @@ -286,19 +286,19 @@ Who better to wrangle those slippery deps in any virtual or real environment.

* Clone the repo
* Install Python 3.7 or higher
* Ensure pip is installed (it should be)
* Ensure pip3 is installed (it should be)
* Run `python3 -m venv .venv` (or whatever virtual environment you prefer)
* Run `source .venv/bin/activate`
* Run `pip install -r requirements.txt`
* Run `pip install -e .`
* Run `pip3 install -r requirements.txt`
* Run `pip3 install -e .`

Once you've done this, you should have `jake` available to test with fairly globally, pointed at the local source you've cloned.

## Development

`jake` is written using Python 3.7

This project also uses `pip` for dependencies, so you will need to download make sure you have `pip`.
This project also uses `pip3` for dependencies, so you will need to download make sure you have `pip3`.

Follow instructions in [Build from source](#build-from-source).

Expand Down

0 comments on commit 7a6880b

Please sign in to comment.