Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Shortened Pipenv section
  • Loading branch information
awerdich authored Sep 3, 2024
1 parent c8f2968 commit 81df1b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ Pipenv is a packaging tool for Python that solves some common problems associate
virtualenv, and the good old requirements.txt. It combines the functionalities of pip and virtualenv into one tool,
providing a smooth and convenient workflow for developers.
With Pipenv, project dependencies and the virtual environment can be managed easily.
It uses a Pipfile and Pipfile.lock to keep track of project dependencies with package versions,
similar to how package.json works in Node.js projects or Gemfile in Ruby.
Pipenv manages dependencies on a per-project basis.
To install this package, change into your project’s directory and run:
```bash
Expand Down

0 comments on commit 81df1b5

Please sign in to comment.