Skip to content

Commit b6240ff

Browse files
committed
Update README
1 parent 81d8325 commit b6240ff

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,17 @@ You can then proceed with one of the following methods for installation:
6161
- [npm (Per-User only)](#npm)
6262
- [Distutils (System-wide or Per-User)](#distutils)
6363

64-
Notes:
65-
- Linux users: Your distro might include pip in a different package than Python, make sure to have that installed and running when calling `pip3` if you want to install using it.
66-
- npm installation obviously requires to have [Node.js](https://nodejs.org/) installed.
67-
6864
## pip
6965

66+
Linux users: Your distro might include `pip` in a different package than Python, make sure to have that installed.
67+
7068
Run `pip3 install git+https://github.com/LazoCoder/Pokemon-Terminal.git`.
7169

7270
If you want a system-wide install, run the command as superuser or administrator.
7371

7472
If you want a per-user install, append the `--user` flag.
7573

76-
You might want to add the following directories to your PATH on a per-user install, to be able to call `pokemon` and `ichooseyou` everywhere:
74+
You might want to add the following directories to your `PATH` on a per-user install, to be able to call `pokemon` and `ichooseyou` everywhere:
7775
- Linux and macOS: `~/.local/bin`
7876
- Windows: (replace `X` by your Python minor version, for example, 8 for Python 3.8)
7977
- `%AppData%\Python\Python3X\Scripts` for a desktop installation of Python;
@@ -83,17 +81,21 @@ When the command completes, it's installed and ready to go!
8381

8482
## npm
8583

84+
Obviously requires to have [Node.js](https://nodejs.org/) installed.
85+
8686
You can install in any (npm-supported) OS using `npm install --global pokemon-terminal`. That's it, you're done!
8787

8888
Make sure you also have Python installed, `npm` won't automagically do that for you.
8989

9090
## Distutils
9191

92+
This doesn't works on Microsoft Store installations of Python.
93+
9294
You can clone or [download](https://github.com/LazoCoder/Pokemon-Terminal/archive/master.zip) this repo, and run `python3 setup.py install` at the root of the repo.
9395

9496
If you want a system-wide install, run the command as superuser or administrator.
9597

96-
If you want a per-user install, append the `--user` flag.
98+
If you want a per-user install, append the `--user` flag. Look at the pip directives to add a per-user install to your `PATH`.
9799

98100
# Usage
99101

0 commit comments

Comments
 (0)