You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Pitt API is an unofficial Python API made by Ritwik Gupta at the University
12
12
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.
13
13
14
14
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.
16
16
3. Install the PittAPI in the new virtual environment ``pip install PittAPI``, see the usage guide below for further information.
0 commit comments