Skip to content

Commit cc89490

Browse files
committed
[FQA] install
1 parent c174170 commit cc89490

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

docs/user/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ support CUDA and cuDNN are required.
1111
If you run into any trouble, please check the `TensorFlow installation
1212
instructions <https://www.tensorflow.org/versions/master/get_started/os_setup.html>`_
1313
which cover installing the TensorFlow for a range of operating systems including
14-
Mac OX and Linux, or ask for help on `[email protected] <[email protected]>`_.
14+
Mac OX and Linux, or ask for help on `[email protected] <[email protected]>`_
15+
or `FQA <http://tensorlayer.readthedocs.io/en/latest/user/more.html>`_.
1516

1617

1718

@@ -83,9 +84,8 @@ The simplest way to install TensorLayer is as follow, it will also install the n
8384

8485
.. code-block:: bash
8586
86-
pip install tensorlayer
87-
or
88-
pip install git+https://github.com/zsdonghao/tensorlayer.git
87+
[stable version] pip install tensorlayer
88+
[master version] pip install git+https://github.com/zsdonghao/tensorlayer.git
8989
9090
However, if you want to modify or extend TensorLayer, you can download the repository from
9191
`Github`_ and install it as follow.

docs/user/more.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FQA
1818
Visualization
1919
--------------
2020

21-
Cannot save image
21+
Cannot Save Image
2222
^^^^^^^^^^^^^^^^^^^^^^^
2323

2424
If you run the script via SSH control, sometime you may find the following error.
@@ -35,6 +35,18 @@ If happen, add the following code into the top of ``visualize.py``.
3535
matplotlib.use('Agg')
3636
import matplotlib.pyplot as plt
3737
38+
39+
Install Master Version
40+
-----------------------
41+
42+
To use all new features of TensorLayer, you need to install the master version from Github.
43+
Before that, you need to make sure you already installed git.
44+
45+
.. code-block:: bash
46+
47+
[stable version] pip install tensorlayer
48+
[master version] pip install git+https://github.com/zsdonghao/tensorlayer.git
49+
3850
Editable Mode
3951
---------------
4052

@@ -58,12 +70,6 @@ then use ``tl.files.assign_params()`` to load the parameters into your TensorLay
5870

5971

6072

61-
Python3
62-
^^^^^^^^
63-
64-
- Download the repo from Github.
65-
-
66-
6773
Recruitment
6874
===========
6975

0 commit comments

Comments
 (0)