Skip to content

Commit

Permalink
Update README.md to have better installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius-Juston authored Oct 17, 2024
1 parent ba8b512 commit 188f087
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ This library is more mature compared to the first version and will receive perio

## Installation

```
pip install fuzzylab
```
- Setup a Python virtual envornement
- Step for setting up the environment...
- First you need to `git clone https://github.com/AUVSL/fuzzylab.git`
- Then you need to install the requirements: `pip install -r requirements.txt`
- Then you need to compile the library: `pip install .`, which will allow you to install the library as `fuzzylab`
- To verify the library installation you need to do `import fuzzylab; fuzzylab.__version__`

## Usage

Expand Down

0 comments on commit 188f087

Please sign in to comment.