From 188f087a78ca40384366efefcc53d36cfd6fcbac Mon Sep 17 00:00:00 2001 From: Marius Juston Date: Thu, 17 Oct 2024 16:30:32 -0500 Subject: [PATCH] Update README.md to have better installation instructions --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 806196f..9fb8385 100644 --- a/README.md +++ b/README.md @@ -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