mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
INSTALL.md: fix lines in moving to Python 3
This commit is contained in:
parent
527b2851bb
commit
def98c4aab
@ -154,10 +154,11 @@ end. Then run the second install command.
|
|||||||
|
|
||||||
## Upgrading to Python 3
|
## Upgrading to Python 3
|
||||||
|
|
||||||
Upgrading to Python 3 happens the same way, but if you want to move from 2 to 3
|
Upgrading to Python 3 happens the same way, but if you want to move from 2
|
||||||
or 3 to 2, you must remove the `build/` directory and the executable
|
to 3 or 3 to 2, you must remove the `build/` directory and the executable
|
||||||
`supybot*` files first. `The build/` directory is in same directory as this
|
`supybot*` files first. `The build/` directory is in same directory as
|
||||||
file and the `supybot*` executables are usually in `/usr/local/bin` or `~/.local/bin`.
|
this file and the `supybot*` executables are usually in `/usr/local/bin`
|
||||||
|
or `~/.local/bin`.
|
||||||
|
|
||||||
```
|
```
|
||||||
rm -rf build/
|
rm -rf build/
|
||||||
|
Loading…
Reference in New Issue
Block a user