Skip to content

Commit

Permalink
Update docs with necessary requirements (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleh authored Apr 8, 2021
1 parent aa7093d commit 03934ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following instructions will create an environment from scratch. Alternativel
sudo bash cmake-3.15.6-Linux-x86_64.sh --skip-license --prefix=/usr/local
sudo apt-get install -y libmbedtls-dev python3-pip
pip3 install numpy pandas sklearn numproto grpcio grpcio-tools
pip3 install numpy pandas sklearn numproto grpcio grpcio-tools requests
```

4. Clone Secure XGBoost.
Expand Down
2 changes: 1 addition & 1 deletion doc/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Installing Secure XGBoost Dependencies
.. code-block:: bash
sudo apt-get install -y libmbedtls-dev python3-pip
pip3 install numpy pandas sklearn numproto grpcio grpcio-tools kubernetes
pip3 install numpy pandas sklearn numproto grpcio grpcio-tools requests
***********************
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ numproto
sklearn
grpcio
grpcio-tools
requests

0 comments on commit 03934ff

Please sign in to comment.