Skip to content

Commit 4381ea5

Browse files
updating virtual environment things
1 parent 3fc8c71 commit 4381ea5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ fimserve/
4040
### **Usage**
4141
To use this code,
4242

43+
Firstly, It is not mandatory but,
44+
45+
**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.**
46+
```bash
47+
#creating a virtual environment using conda
48+
conda create --name fimserve python==3.10
49+
50+
#Activate environment
51+
conda activate fimserve
52+
```
53+
**OR user can directly install it without virtual environment**
4354
```bash
4455
#Using pip
4556
pip install fimserve

0 commit comments

Comments
 (0)