Skip to content

Commit

Permalink
fixes README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Mar 27, 2023
1 parent d1a379f commit b014e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Your configured Synapse credentials can be used to run this package both locally
### Locally
Perform the following one-time steps to set up your local environment and to obtain the required Synapse permissions:

1. If you have not already, [install](https://cloud.google.com/python/docs/setup) a supported version of Python and. Versions supported by this package are all versions >3.7 and <3.11. Make sure that Python and `pip` are installed correctly and have been added to your PATH by running `python3 --version` and `pip3 --version`. If your installation was successful, your terminal will return the versions of Python and `pip` that you installed.
1. If you have not already, [install](https://cloud.google.com/python/docs/setup) a supported version of Python. Versions supported by this package are all versions >3.7 and <3.11. Make sure that Python and `pip` are installed correctly and have been added to your PATH by running `python3 --version` and `pip3 --version`. If your installation was successful, your terminal will return the versions of Python and `pip` that you installed.

2. Install `pipenv` by running `pip install pipenv`.

Expand Down

0 comments on commit b014e6d

Please sign in to comment.