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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,19 +61,17 @@ You can then proceed with one of the following methods for installation:
61
61
-[npm (Per-User only)](#npm)
62
62
-[Distutils (System-wide or Per-User)](#distutils)
63
63
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
-
68
64
## pip
69
65
66
+
Linux users: Your distro might include `pip` in a different package than Python, make sure to have that installed.
67
+
70
68
Run `pip3 install git+https://github.com/LazoCoder/Pokemon-Terminal.git`.
71
69
72
70
If you want a system-wide install, run the command as superuser or administrator.
73
71
74
72
If you want a per-user install, append the `--user` flag.
75
73
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:
77
75
- Linux and macOS: `~/.local/bin`
78
76
- Windows: (replace `X` by your Python minor version, for example, 8 for Python 3.8)
79
77
-`%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!
83
81
84
82
## npm
85
83
84
+
Obviously requires to have [Node.js](https://nodejs.org/) installed.
85
+
86
86
You can install in any (npm-supported) OS using `npm install --global pokemon-terminal`. That's it, you're done!
87
87
88
88
Make sure you also have Python installed, `npm` won't automagically do that for you.
89
89
90
90
## Distutils
91
91
92
+
This doesn't works on Microsoft Store installations of Python.
93
+
92
94
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.
93
95
94
96
If you want a system-wide install, run the command as superuser or administrator.
95
97
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`.
0 commit comments