Skip to content

Commit b962f1b

Browse files
authored
Update README.md
1 parent 25697ac commit b962f1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ To make it possible to write fuzzy logic in the most pythonic and simplest way i
2121
* The main classes use a lot of dunder methods to implement their logic, which can be a bit daunting at first glance
2222
* Domain and Set uses an assignment trick to make it possible to instantiate Set() without passing domain and name over and over (yet still be explicit, just not the way one would normally expect). This also allows to call sets as Domain.attributes, which also normally shouldn't be possible (since they are technically not attributes). However, this allows interesting things like dangling sets (sets without domains) that can be freely combined with other sets to avoid cluttering of domain-namespaces and just have the resulting set assigned to a domain to work with.
2323

24+
# Installation
25+
Just enter
26+
`python -m pip install fuzzylogic`
27+
in a commandline prompt and you should be good to go!
28+
29+
It's even more fun to experiment with it in jupyter lab :)
30+
2431
# Check out the Showcase!
2532
For complete examples and documentation how to work with fuzzylogic, check out https://github.com/amogorkon/fuzzylogic/blob/master/docs/Showcase.ipynb !
2633

0 commit comments

Comments
 (0)