From 9d193d7a36f17a922d698e269695e503c04ff4d7 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Fri, 5 Feb 2016 16:45:05 +0100 Subject: [PATCH] [README] close #893 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b480f114..0380c037 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,13 @@ You may either download the [stable](https://github.com/soimort/you-get/archive/ Alternatively, run ``` -$ make install +$ [sudo] python3 setup.py install +``` + +Or + +``` +$ python3 setup.py install --user ``` to install `you-get` to a permanent path. @@ -85,7 +91,7 @@ This is the recommended way for all developers, even if you don't often code in $ git clone git://github.com/soimort/you-get.git ``` -Then put the cloned directory into your `PATH`, or run `make install` to install `you-get` to a permanent path. +Then put the cloned directory into your `PATH`, or run `./setup.py install` to install `you-get` to a permanent path. ## Upgrading