Skip to content

Commit

Permalink
setup for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
powprashant committed Oct 30, 2023
1 parent b8c4310 commit 21d5ff4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ubuntu.readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Setup box
sudo apt-get update
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev python3-pip docker.io docker-compose

## Setup the folder, git clone the repo and cd into the root folder otpion-strategies
python3 -m venv .
source bin/activate
pip3 install -r requirements.txt
deactivate

## Install redis only from src/simulator/docker-compose.yml

0 comments on commit 21d5ff4

Please sign in to comment.