Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
465313c5
Commit
465313c5
authored
Aug 09, 2019
by
Henry
Committed by
Yao Wang
Aug 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use pip3 for python3 (#3742)
* use pip3 for python3 * make python3 as default
parent
52fde8f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/install/from_source.rst
+5
-5
No files found.
docs/install/from_source.rst
View file @
465313c5
...
@@ -54,7 +54,7 @@ Our goal is to build the shared libraries:
...
@@ -54,7 +54,7 @@ Our goal is to build the shared libraries:
.. code:: bash
.. code:: bash
sudo apt-get update
sudo apt-get update
sudo apt-get install -y python
python-dev python
-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake
sudo apt-get install -y python
3 python3-dev python3
-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake
The minimal building requirements are
The minimal building requirements are
...
@@ -181,25 +181,25 @@ Python dependencies
...
@@ -181,25 +181,25 @@ Python dependencies
.. code:: bash
.. code:: bash
pip install --user numpy decorator attrs
pip
3
install --user numpy decorator attrs
* If you want to use RPC Tracker
* If you want to use RPC Tracker
.. code:: bash
.. code:: bash
pip install --user tornado
pip
3
install --user tornado
* If you want to use auto-tuning module
* If you want to use auto-tuning module
.. code:: bash
.. code:: bash
pip install --user tornado psutil xgboost
pip
3
install --user tornado psutil xgboost
* If you want to parse Relay text format progams, you must use Python 3 and run the following
* If you want to parse Relay text format progams, you must use Python 3 and run the following
.. code:: bash
.. code:: bash
pip install --user mypy orderedset antlr4-python3-runtime
pip
3
install --user mypy orderedset antlr4-python3-runtime
Install Contrib Libraries
Install Contrib Libraries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment