File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,12 @@ pip install --upgrade tensorlayer[extra] # only the `extra` dependenc
89
89
pip install --upgrade tensorlayer[contrib_loggers] # only the `contrib_loggers` dependencies
90
90
```
91
91
92
- Alternatively, you can install the development version by directly pulling from github:
93
-
92
+ Alternatively, you can install the latest or development version by directly pulling from github:
94
93
95
94
``` bash
96
- pip install git+https://github.com/tensorlayer/tensorlayer.git
95
+ pip install https://github.com/tensorlayer/tensorlayer/archive/master.zip
96
+ # or
97
+ # pip install https://github.com/tensorlayer/tensorlayer/archive/<branch-name>.zip
97
98
```
98
99
99
100
## Using Docker - a ready-to-use environment
Original file line number Diff line number Diff line change @@ -83,12 +83,13 @@ The simplest way to install TensorLayer is to use the Python Package Index (PyPI
83
83
pip install --upgrade tensorlayer[extra] # only the `extra` dependencies
84
84
pip install --upgrade tensorlayer[contrib_loggers] # only the `contrib_loggers` dependencies
85
85
86
- Alternatively, you can install the development version by directly
87
- pulling from github:
86
+ Alternatively, you can install the latest or development version by directly pulling from github:
88
87
89
88
.. code :: bash
90
89
91
- pip install git+https://github.com/tensorlayer/tensorlayer.git
90
+ pip install https://github.com/tensorlayer/tensorlayer/archive/master.zip
91
+ # or
92
+ # pip install https://github.com/tensorlayer/tensorlayer/archive/<branch-name>.zip
92
93
93
94
Using Docker - a ready-to-use environment
94
95
-----------------------------------------
You can’t perform that action at this time.
0 commit comments