Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rutwik-n-jain authored Aug 13, 2024
1 parent 71f18ba commit 8a59070
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ git checkout artifact
The following steps are used to create a conda virtual environment with the necessary dependencies installed.

To install conda, follow steps in [Conda Installation](#Conda-Installation)
This step installs necessary Python packages such as `grpcio`, `grpcio-tools`, `numpy`, `pandas`, and `seaborn`.

```
conda create -n envpal python=3.8
Expand All @@ -23,8 +24,10 @@ python3 -m pip install -r requirements.txt
```

Before running simulations, we need to build gRPC stubs.

```
cd blox/deployment
mkdir grpc_stubs
make rpc
```

Expand Down

0 comments on commit 8a59070

Please sign in to comment.