You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file CONTRIBUTING.md there is a section called "Consider Documentation":
Consider Documentation
Consider whether the change you made would benefit from documentation - if the feature has any user impact at all, the answer is almost certainly yes! Documentation can be found in the docs directory. There are some additional dependencies required to build the documentation. These dependencies can be installed by running (from the docs directory): pip install -r requirements.txt
But in the section Prerequisites:
Prerequisites
Rich uses poetry for packaging and dependency management. To start developing with Rich, install Poetry using the recommended method.
Next, you'll need to create a fork (your own personal copy) of the Rich repository, and clone that fork on to your local machine. GitHub offers a great tutorial for this process here. After following this guide, you'll have a local copy of the Rich project installed.
Enter the directory containing your copy of Rich (cd rich).
Poetry can be used to create an isolated virtual environment for the project: poetry shell
Why? There is a method for use the command pip install -r requirements.txt? This look like a bit weird but i am a new contributor. If there isn't a methot to do the command in poetry i will use the command in the contribuition guide.
The text was updated successfully, but these errors were encountered:
In the file
CONTRIBUTING.md
there is a section called "Consider Documentation":But in the section
Prerequisites
:Why? There is a method for use the command
pip install -r requirements.txt
? This look like a bit weird but i am a new contributor. If there isn't a methot to do the command in poetry i will use the command in the contribuition guide.The text was updated successfully, but these errors were encountered: