-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Since I don’t typically work with Python, there are a few additional setup steps that may require more detailed instructions to avoid issues during installation.
For example, in Step 2 of the installation process, users may encounter an error when trying to run pipx install poetry. This occurs because pipx needs to be installed first. To prevent this, I recommend adding the following instructions to the README:
- Install pipx: Open a terminal and run the following command:
python -m pip install --user pipx - Add pipx to PATH: Run this command to ensure pipx is added to your PATH:
python -m pipx ensurepath - Restart Terminal: Close and reopen the terminal to apply the changes.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation