google / python-fire

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
Other
26.86k stars 1.44k forks source link

added venv doc link in readme #467

Open krishvsoni opened 11 months ago

krishvsoni commented 11 months ago

Pull Request: Create Virtual Environment

Description:

This pull request adds instructions for creating a virtual environment in the project. A virtual environment helps keep project dependencies isolated, making it easier to manage dependencies and prevent conflicts between different projects.

Changes Made:

Added python official documentation link for virtual env

Reason for the Change:

Creating a virtual environment is a best practice for Python projects to maintain a clean and isolated environment for project-specific dependencies. This change will help developers set up their development environment with ease and avoid conflicts with other projects.

google-cla[bot] commented 11 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.