Skip to content

Commit

Permalink
updating virtual environment things
Browse files Browse the repository at this point in the history
supathdhitalGEO authored Dec 21, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Czaki Grzegorz Bokota
1 parent 3fc8c71 commit 4381ea5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4381ea5

Please sign in to comment.