Rename python requirements file to standard name

This commit is contained in:
2024-03-23 22:32:23 +09:00
parent 13c67bdad5
commit fe8b033646
2 changed files with 2 additions and 2 deletions

View File

@@ -10,11 +10,11 @@ This script will update any of the Country Code, Country, State, City and Locati
python3 -m venv .venv python3 -m venv .venv
source .venv/bin/activate source .venv/bin/activate
.venv/bin/python -m pip install -U pip setuptools wheel .venv/bin/python -m pip install -U pip setuptools wheel
pip freeze > pip-requirements.lst pip freeze > requirements.txt
``` ```
```sh ```sh
pip install -r pip-requirements.lst pip install -r requirements.txt
``` ```
Then install the requests and python-xmp-toolkit modules from below Then install the requests and python-xmp-toolkit modules from below