INSTALL.md: fix lines in moving to Python 3

This commit is contained in:
Aminda Suomalainen 2015-02-04 14:55:22 +02:00
parent 527b2851bb
commit def98c4aab

View File

@ -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/