Skip to content

Commit 5a4a06f

Browse files
committed
Update README.md with pip
1 parent 50d3f2a commit 5a4a06f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ Slither is a Python module that uses PyGame to bring Scratch-like features to Py
55
[Scratch](scratch.mit.edu) is a programming language developed by MIT that uses block-based scripts to introduce kids to programming.
66

77
## How do I run Slither?
8-
To install, run `python setup.py bdist_wheel`, and then run `pip install path`, where path is the final path of the .whl file (which should be in dist/). If this fails, install wheel with `pip install wheel` then retry.<br />
8+
### Through `pip`
9+
Run `pip install slither`.
10+
11+
### Manually
12+
Run `python setup.py build` and then `python setup.py install`.<br />
13+
If that doesn't work, run `python setup.py bdist_wheel`, and then run `pip install path`, where path is the final path of the .whl file (which should be in dist/). If this fails, install wheel with `pip install wheel` then retry.<br />
914
If it still fails, make sure you have `setuptools` fully updated and properly installed.<br />
1015
Remember to add `import slither` in your script.<br />
16+
1117
Note that you must have PyGame installed in order to use Slither.
1218

1319
## Why use Slither?

0 commit comments

Comments
 (0)