We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1a. (Windows) Open a new powershell console, navigate to the project, and run the upgrade command:
powershell console
```shell script cd /path/to/project .\venv\Scripts\activate pip install --upgrade fsf_api_access_python ``` 
The project should now be updated to the newest version. To check if the version is the most up to date version, run:
pip list
And verify that the version beside fsf_api_access_python is the same as the one posted at https://pypi.org/project/fsf-api-access-python/
fsf_api_access_python
1b. (MacOS / Linux) Open a new bash terminal, navigate to the project, and run the upgrade command:
bash terminal
```shell script cd /path/to/project source venv/bin/activate pip install --upgrade fsf_api_access_python ```
Home
Installation
Usage
Products
Update