You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,18 @@ Currently, the following algorithms are implemented:
19
19
20
20
## Installation
21
21
22
-
You can install the package with `pip` from [pypi](https://pypi.org/project/swarmlib):
22
+
You can install the package with `pip` from [pypi](https://pypi.org/project/swarmlib).
23
+
Installing the library in a virtual environment is recommended:
23
24
24
-
```
25
+
```zsh
26
+
# Create virtual environment
27
+
python3 -m venv .venv
28
+
source .venv/bin/activate
29
+
30
+
# Install swarmlib
25
31
pip install swarmlib
26
32
33
+
# Verify installation
27
34
swarm --version
28
35
```
29
36
@@ -38,10 +45,14 @@ swarm --help
38
45
## Contribution
39
46
40
47
If you found a bug or are missing a feature do not hesitate to [file an issue](https://github.com/HaaLeo/swarmlib/issues/new/choose).
48
+
Do not hesitate to ask questions on [gitter](https://gitter.im/HaaLeo/swarmlib).
49
+
41
50
Pull Requests are welcome!
42
51
43
52
## Support
44
-
When you like this package make sure to [star the repository](https://github.com/HaaLeo/swarmlib/stargazers). I am always looking for new ideas and feedback.
53
+
When you like this package make sure to [star the repository](https://github.com/HaaLeo/swarmlib/stargazers).
54
+
I am always looking for new ideas and feedback.
55
+
45
56
In addition, it is possible to [donate via paypal](https://www.paypal.me/LeoHanisch/3eur).
46
57
47
58
## Algorithms
@@ -231,7 +242,6 @@ Currently two functions can be selected:
0 commit comments