Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Nov 7, 2024
1 parent a22f33c commit a61b928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To use ``psql`` locally, make sure you have the following env variables loaded
To setup your local environment you should create a virtualenv and install the
necessary requirements::

$ which python3.10 # make sure you have Python 3.11 installed
$ which python3.10 # make sure you have Python 3.10 installed
$ mkvirtualenv --python=`which python3.10` traffic-stops
(traffic-stops)$ pip install -U pip
(traffic-stops)$ make setup
Expand Down

0 comments on commit a61b928

Please sign in to comment.