Update deploy-from-windows.md

pull/364/merge
Jack Ivanov 7 years ago committed by GitHub
parent 91d9eb8f88
commit a20e0eed55

@ -22,7 +22,15 @@ The subsystem will be installed, then Windows will require a reboot. Reboot, the
Install additional packages:
```shell
sudo apt-get update && sudo apt-get install python-pip python-setuptools build-essential libssl-dev libffi-dev python-dev python-virtualenv git -y
sudo apt-get update && sudo apt-get install \
git \
build-essential \
libssl-dev \
libffi-dev \
python-dev \
python-pip \
python-setuptools \
python-virtualenv -y
```
Clone the Algo repository:

Loading…
Cancel
Save