From e14e8b330fb26d98d631ab8d536404e40c21ee3e Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Fri, 5 Feb 2016 16:48:18 +0100 Subject: [PATCH] version 0.4.272 --- index.html | 14 ++++++++------ index.md | 18 ++++++++++++------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 6763cffe..89d4b865 100644 --- a/index.html +++ b/index.html @@ -27,12 +27,12 @@

You-Get

-

version 0.4.266

+

version 0.4.272

Star - Download + Download
- SHA1SUM - PGP SIGNATURE + SHA1SUM + PGP SIGNATURE
@@ -108,12 +108,14 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...

Option 4: Download from GitHub

You may either download the stable (identical with the latest release on PyPI) or the develop (more hotfixes, unstable features) branch of you-get. Unzip it, and put the directory containing the you-get script into your PATH.

Alternatively, run

-
$ make install
+
$ [sudo] python3 setup.py install
+

Or

+
$ python3 setup.py install --user

to install you-get to a permanent path.

Option 5: Git clone

This is the recommended way for all developers, even if you don't often code in Python.

$ 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

Based on which option you chose to install you-get, you may upgrade it via:

$ pip3 install --upgrade you-get
diff --git a/index.md b/index.md index 64429aee..dda07cd8 100644 --- a/index.md +++ b/index.md @@ -1,15 +1,15 @@ --- title: You-Get project-name: You-Get -project-version: 0.4.266 +project-version: 0.4.272 project-logo: images/logo.jpg background: images/background.png github: soimort/you-get url: https://you-get.org/ -download-url: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.266.tar.gz +download-url: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.272.tar.gz download-checksum-type: SHA1SUM -download-checksum-data: 1a178f1d691050a2e21ee141282b8c8fd52caa11 -download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.266.tar.gz.asc +download-checksum-data: 1a9336fe0be1c2cc9c768fd218d2c208e61314e8 +download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.272.tar.gz.asc --- # You-Get @@ -86,7 +86,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. @@ -99,7 +105,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