Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4be255d

Browse files
authored
Update README.md
1 parent de6bca8 commit 4be255d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Pitt API is an unofficial Python API made by Ritwik Gupta at the University
1212
Pitt API can be installed using the python package manager ``pip``. To make your development easier, you can run the pip commands in a virtual environment.
1313

1414
1. Install ``pipenv`` using the [instructions](https://pipenv.pypa.io/en/latest/installation.html) for your operating system, pipenv is a tool which manages your python virtual environments for you.
15-
2. Run the commands ``pipenv install`` and ``pipenv shell`` to create and setup the virtual environment.
15+
2. Run the commands ``pipenv sync --dev`` and ``pipenv shell`` to create and setup the virtual environment.
1616
3. Install the PittAPI in the new virtual environment ``pip install PittAPI``, see the usage guide below for further information.
1717

1818
## Usage examples

0 commit comments

Comments
 (0)