Skip to content

Commit

Permalink
Remove references to pipenv from README
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Jun 26, 2020
1 parent c6e0654 commit aeb295d
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,7 @@ best for learning new languages.

## Getting started

1. Make sure you have Python 3 and pipenv installed.

2. Go to the directory with the `Pipfile` and run
```
pipenv install
```

3. After the install completes, run
```
pipenv shell
```
This will get you into the virtual environment. At this point, you should be
able to run Python 3 by just running `python`:
```
$ python --version
Python 3.6.5
```

You can exit the virtual environment by typing `exit`.
Make sure you have Python 3 installed. You can check this by running `python3 --version` in your terminal and ensuring that it returns a version string that is at least 3.6.5.

## Goals

Expand Down

0 comments on commit aeb295d

Please sign in to comment.