mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Update deploy-from-windows.md
This commit is contained in:
parent
91d9eb8f88
commit
a20e0eed55
1 changed files with 9 additions and 1 deletions
|
@ -22,7 +22,15 @@ The subsystem will be installed, then Windows will require a reboot. Reboot, the
|
||||||
Install additional packages:
|
Install additional packages:
|
||||||
|
|
||||||
```shell
|
```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:
|
Clone the Algo repository:
|
||||||
|
|
Loading…
Add table
Reference in a new issue