@@ -29,7 +29,7 @@ sudo pip3 install sphinx_mdinclude --break-system-packages
2929* Install [ poetry] ( https://pypi.org/project/poetry/ ) .
3030* Install [ graphviz] ( https://jupyter.org/install ) .
3131
32- ## Installing ` sphinx-uml `
32+ ## Installing ` fuzzy-set `
3333### From PIP
3434
3535There are several ways to install the package:
@@ -52,7 +52,7 @@ pip install fuzzy-set --break-system-packages
5252
5353``` bash
5454poetry run pip install
55- pip install sphinx-uml
55+ pip install fuzzy-set
5656```
5757
5858* In a
@@ -63,7 +63,7 @@ the package is available only if this virtual environment is enabled.
6363python3 -m venv env # Create your virtual environment
6464source env/bin/activate # Activate the "env" virtual environment
6565which python # Check you use the venv python interpret (i.e., not /usr/bin/python3)
66- pip install sphinx-uml
66+ pip install fuzzy-set
6767deactivate # Leave the "env" virtual environment
6868```
6969
@@ -72,8 +72,8 @@ deactivate # Leave the "env" virtual environment
7272* Clone the repository and install the package:
7373
7474``` bash
75- git clone https://github.com/ibgp2/sphinx-uml .git
76- cd sphinx_uml
75+ git clone https://github.com/Nokia-Bell-Labs/fuzzy-set .git
76+ cd fuzzy-set
7777```
7878
7979* Install the missing dependencies and build the wheel of the project in a ` poetry ` environment:
@@ -82,10 +82,10 @@ poetry install # Install the core dependencies. Pass --with docs,test,dev to in
8282poetry build # Build the wheel (see dist/*whl)
8383```
8484
85- * The resulting ` dist/sphinx_uml *whl ` file can be installed using ` pip ` (see the previous section).
85+ * The resulting ` dist/fuzzy-set *whl ` file can be installed using ` pip ` (see the previous section).
8686
8787_ Example:_
8888
8989``` bash
90- pip3 install dist/sphinx_uml * whl --break-system-packages
90+ pip3 install dist/fuzzy-set * whl --break-system-packages
9191```
0 commit comments