From 4381ea59253361d9d7f683d79cb27c3593122435 Mon Sep 17 00:00:00 2001 From: Supath Dhital <92934304+supathdhitalGEO@users.noreply.github.com> Date: Sat, 21 Dec 2024 12:23:51 -0600 Subject: [PATCH] updating virtual environment things --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 41e2087..31057dd 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,17 @@ fimserve/ ### **Usage** To use this code, +Firstly, It is not mandatory but, + +**We strongly suggest user to create a virtual environment and install this package on that virtual environment before using to avoid the conflict between system dependencies and package dependencies.** +```bash +#creating a virtual environment using conda +conda create --name fimserve python==3.10 + +#Activate environment +conda activate fimserve +``` +**OR user can directly install it without virtual environment** ```bash #Using pip pip install fimserve