Skip to content

Commit

Permalink
docs: Extend documentation with bender, banshee dependency infos
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannaP committed Jul 28, 2023
1 parent 3901baf commit 917a02f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/ug/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,15 @@ Install the required packages in the currently active virtual environment:
```shell
pip install -r python-requirements.txt
```

## Dependencies

This repository has a couple of tool dependencies:

- Dependency management tool `bender`:
```bash
# Bender tool
cargo install bender --version 0.23.2
```
- Instruction-accurate simulator `banshee`:
Follow instructions on [Banshee Github Repo](https://github.com/pulp-platform/banshee)

0 comments on commit 917a02f

Please sign in to comment.