From 81df1b50b8a0631aea3096250896e9580db06096 Mon Sep 17 00:00:00 2001 From: Andreas Werdich Date: Tue, 3 Sep 2024 08:42:32 -0400 Subject: [PATCH] Update README.md Shortened Pipenv section --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 32ea32a..b1d41ac 100644 --- a/README.md +++ b/README.md @@ -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