mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
upgrade to python 3.12.7
This commit is contained in:
@@ -260,12 +260,12 @@ git clone git@github.com:GSA/notifications-api.git
|
||||
|
||||
Now go into the project directory (`notifications-api` by default), create a
|
||||
virtual environment, and set the local Python version to point to the virtual
|
||||
environment (assumes version Python `3.12.2` is what is installed on your
|
||||
environment (assumes version Python `3.12.7` is what is installed on your
|
||||
machine):
|
||||
|
||||
```sh
|
||||
cd notifications-api
|
||||
pyenv virtualenv 3.12.2 notify-api
|
||||
pyenv virtualenv 3.12.7 notify-api
|
||||
pyenv local notify-api
|
||||
```
|
||||
|
||||
@@ -331,7 +331,7 @@ environment with the newer version of Python you just installed:
|
||||
|
||||
```sh
|
||||
cd notifications-api
|
||||
pyenv virtualenv 3.12.2 notify-api
|
||||
pyenv virtualenv 3.12.7 notify-api
|
||||
pyenv local notify-api
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user