typo
This commit is contained in:
14
README.md
14
README.md
@@ -1,5 +1,5 @@
|
|||||||
# Orange
|
# Orange
|
||||||
Why "Orange"? It's a fruit with a pip. The name doesn't matter as long as it doesn't conflict with another pacakge, and you can symlink it.
|
Why "Orange"? It's a fruit with a pip. The name doesn't matter as long as it doesn't conflict with another packages, and you can symlink it.
|
||||||
```
|
```
|
||||||
oscarg@ws01:~$ orange
|
oscarg@ws01:~$ orange
|
||||||
orange: command not found
|
orange: command not found
|
||||||
@@ -37,8 +37,6 @@ oscarg@ws01:~$
|
|||||||
Ignore the fact I forgot to add instructions like `install`, `update`, or `remove`. I haven't used `pip` in a while, okay?
|
Ignore the fact I forgot to add instructions like `install`, `update`, or `remove`. I haven't used `pip` in a while, okay?
|
||||||
## Why?
|
## Why?
|
||||||
```
|
```
|
||||||
error: externally-managed-environment
|
|
||||||
|
|
||||||
× This environment is externally managed
|
× This environment is externally managed
|
||||||
╰─> To install Python packages system-wide, try apt install
|
╰─> To install Python packages system-wide, try apt install
|
||||||
python3-xyz, where xyz is the package you are trying to
|
python3-xyz, where xyz is the package you are trying to
|
||||||
@@ -58,4 +56,12 @@ error: externally-managed-environment
|
|||||||
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
|
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
|
||||||
hint: See PEP 668 for the detailed specification.
|
hint: See PEP 668 for the detailed specification.
|
||||||
```
|
```
|
||||||
I believe this was a mistake.
|
## More importantly, why Rust?
|
||||||
|
I'm learning Rust.
|
||||||
|
## Installation instructions
|
||||||
|
I don't get why you'd want to install it, and I may forget to update that release link, but have at it, I suppose?
|
||||||
|
```
|
||||||
|
wget https://git.coolbea.nz/oscarg/orange/releases/download/0.1.0/orange
|
||||||
|
sudo cp orange /usr/local/bin
|
||||||
|
sudo ln -sf /usr/local/bin/orange /usr/local/bin/pip
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user