diff --git a/README.md b/README.md index 00dce689..5d6b37a6 100644 --- a/README.md +++ b/README.md @@ -808,31 +808,21 @@ assert (my_map, double, (q, 1, 2, 3)) == (ll, 2, 4, 6) **PyPI** -``pip3 install unpythonic --user`` - -or - -``sudo pip3 install unpythonic`` +``pip install unpythonic`` **GitHub** -Clone (or pull) from GitHub. Then, - -``python3 setup.py install --user`` - -or - -``sudo python3 setup.py install`` - -**Uninstall** +Clone the repo from GitHub. Then, navigate to it in a terminal, and: -Uninstallation must be invoked in a folder which has no subfolder called ``unpythonic``, so that ``pip`` recognizes it as a package name (instead of a filename). Then, - -``pip3 uninstall unpythonic`` +```bash +pip install . +``` -or +To uninstall: -``sudo pip3 uninstall unpythonic`` +```bash +pip uninstall unpythonic +``` ## Support