You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,17 @@ fimserve/
40
40
### **Usage**
41
41
To use this code,
42
42
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**
0 commit comments