Skip to content

Commit 68904d3

Browse files
committed
Remove mention of npm package
1 parent f30181a commit 68904d3

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,11 @@ A nice way to get the most out of these examples, in my opinion, will be to just
145145
- If the answer is no (which is perfectly okay), take a deep breath, and read the explanation (and if you still don't understand, shout out! and create an issue [here](https://github.com/satwikkansal/wtfPython)).
146146
- If yes, give a gentle pat on your back, and you may skip to the next example.
147147
148-
PS: You can also read WTFPython at the command line. There's a pypi package and an npm package (which supports colored formatting) for the same.
149-
150-
To install the npm package [`wtfpython`](https://www.npmjs.com/package/wtfpython)
151-
```sh
152-
$ npm install -g wtfpython
153-
```
154-
155-
Alternatively, to install the pypi package [`wtfpython`](https://pypi.python.org/pypi/wtfpython)
148+
PS: You can also read WTFPython at the command line using the [pypi package](https://pypi.python.org/pypi/wtfpython),
156149
```sh
157150
$ pip install wtfpython -U
151+
$ wtfpython
158152
```
159-
160-
Now, just run `wtfpython` at the command line which will open this collection in your selected `$PAGER`.
161-
162153
---
163154
164155
# 👀 Examples
@@ -3497,7 +3488,7 @@ The idea and design for this collection were initially inspired by Denys Dovhan'
34973488
* https://www.python.org/doc/humor/
34983489
* https://github.com/cosmologicon/pywat#the-undocumented-converse-implication-operator
34993490
* https://www.codementor.io/satwikkansal/python-practices-for-efficient-code-performance-memory-and-usability-aze6oiq65
3500-
* https://github.com/wemake-services/wemake-python-styleguide
3491+
* https://github.com/wemake-services/wemake-python-styleguide/search?q=wtfpython&type=Issues
35013492
35023493
# 🎓 License
35033494

0 commit comments

Comments
 (0)