Conversation
requirements.txt
Outdated
| # pip install --upgrade -r requirements.txt | ||
| # To freeze the current packages and their versions, run the following command in your terminal: | ||
| # pip freeze > requirements.txt | ||
| # pip install --upgrade -r <plugin_name> |
There was a problem hiding this comment.
Why plugin name? When you pass the requirements.txt file, it installs all packages listed so you don't have to install them one by one
There was a problem hiding this comment.
Ah I should mention that this is specifically a rule if the user is using Windows, to get this to work through Powershell it will require more tweaking than it is worth.
I will update to mention both Linux and Windows procedures of using the list, what do you think?
…ommand examples for both Linux and Windows
|
I wouldn't split the instructions above and below the list. And maybe it's worth moving them to Contributing.md? We have a dedicated section: https://github.com/percona/postgresql-docs/blob/17/CONTRIBUTING.md#install-mkdocs-and-build-locally |
|
Thank you @nastena1606, you're right! Mostly this change was for us but I will definitely check out the Contributing doc and add any observations there too! |
Merged commands into a single flow.
Co-authored-by: Anastasia Alexandrova <anastasia.alexandrova@percona.com>
Commited all suggestions, thank you! Co-authored-by: Anastasia Alexandrova <anastasia.alexandrova@percona.com>
* Update requirements.txt with commented procedures for our internal doc team. Co-authored-by: Anastasia Alexandrova <anastasia.alexandrova@percona.com>
* Update requirements.txt with commented procedures for our internal doc team. Co-authored-by: Anastasia Alexandrova <anastasia.alexandrova@percona.com>
* Update requirements.txt with commented procedures for our internal doc team. Co-authored-by: Anastasia Alexandrova <anastasia.alexandrova@percona.com>
* Update requirements.txt with commented procedures for our internal doc team. Co-authored-by: Anastasia Alexandrova <anastasia.alexandrova@percona.com>
To remove .txt mention in upgrade and removed freeze command