Skip to content

Commit

Permalink
[Ops] Add instructions about howe to install yawa-ops.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed Nov 21, 2023
1 parent d74f130 commit 218ab89
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions ops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,31 @@

## Requirements

Setup Python virtual environment:

```shell
brew install pyenv

pyenv install 3.9.10 --skip-existing
pyenv virtualenv 3.9.10 yawa-ops
pyenv install 3.9.18 --skip-existing
pyenv virtualenv 3.9.18 yawa-ops
pyenv local yawa-ops
pyenv activate yawa-ops


Install yawa-ops:

```
gradle -p ../server buildClients
pip install -r requirements.txt
pip install --upgrade pip
pip install .
```
Check installation:
```

```
## Operations
TBD

0 comments on commit 218ab89

Please sign in to comment.