Remove pytest from setup.py and other minor changes. (#7700)

This commit is contained in:
Robert Nishihara
2020-03-23 08:46:56 -07:00
committed by GitHub
parent 74825db804
commit 1a0c9228d0
7 changed files with 30 additions and 52 deletions
-4
View File
@@ -19,10 +19,6 @@ For Ubuntu users, run the following commands:
sudo apt-get update
sudo apt-get install -y maven build-essential curl unzip psmisc python # we install python here because python2 is required to build the webui
# If you are not using Anaconda, you need the following.
sudo apt-get install python-dev # For Python 2.
sudo apt-get install python3-dev # For Python 3.
pip install cython==0.29.0
For macOS users, run the following commands: