From cbc93e993866477d40842596b80a184f44d37452 Mon Sep 17 00:00:00 2001 From: KRISH SONI <67964054+krishvsoni@users.noreply.github.com> Date: Sun, 8 Oct 2023 16:28:29 +0530 Subject: [PATCH] added venv doc link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1482d56d..4c0a8f98 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ _Python Fire is a library for automatically generating command line interfaces ## Installation +Create 'Virtual Environment' first. Visit the [Python official documentation](https://docs.python.org/3/tutorial/venv.html). After creating the virtual environment, you can proceed with the installation of Python Fire within that environment. + To install Python Fire with pip, run: `pip install fire` To install Python Fire with conda, run: `conda install fire -c conda-forge`