Skip to content

update install instruction (dup of #858) #859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@ pip install --upgrade tensorlayer[extra] # only the `extra` dependenc
pip install --upgrade tensorlayer[contrib_loggers] # only the `contrib_loggers` dependencies
```

Alternatively, you can install the development version by directly pulling from github:

Alternatively, you can install the latest or development version by directly pulling from github:

```bash
pip install git+https://github.com/tensorlayer/tensorlayer.git
pip install https://github.com/tensorlayer/tensorlayer/archive/master.zip
# or
# pip install https://github.com/tensorlayer/tensorlayer/archive/<branch-name>.zip
```

## Using Docker - a ready-to-use environment
Expand Down
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ The simplest way to install TensorLayer is to use the Python Package Index (PyPI
pip install --upgrade tensorlayer[extra] # only the `extra` dependencies
pip install --upgrade tensorlayer[contrib_loggers] # only the `contrib_loggers` dependencies

Alternatively, you can install the development version by directly
pulling from github:
Alternatively, you can install the latest or development version by directly pulling from github:

.. code:: bash

pip install git+https://github.com/tensorlayer/tensorlayer.git
pip install https://github.com/tensorlayer/tensorlayer/archive/master.zip
# or
# pip install https://github.com/tensorlayer/tensorlayer/archive/<branch-name>.zip

Using Docker - a ready-to-use environment
-----------------------------------------
Expand Down