Skip to content

Commit

Permalink
Update INSTALLATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fengtality authored Aug 2, 2023
1 parent 8ebed52 commit b7f59a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ git clone https://github.com/hummingbot/dashboard.git
cd dashboard
```

3. Run conda command to create an isolated `conda` environment and install dependencies
3. Run command to create an isolated `conda` environment and install dependencies
```
conda env create -f environment_conda.yml
make env_create
```

4. Activate the isoldated 'conda' environment
4. Activate the isolated 'conda' environment
```bash
conda activate dashboard
```
Expand Down Expand Up @@ -58,9 +58,10 @@ unlink data

## Updating Dependencies

To update the `dashboard` environment for new dependencies, run:
To update the `dashboard` environment for changes to dependencies defined in `environment.yml`, remove the environment and re-create it:
```
conda env update -f environment_conda.yml
make env_remove
make env_create
```

To updated the `dashboard` source for latest version, run:
Expand Down

0 comments on commit b7f59a8

Please sign in to comment.