Skip to content

Commit

Permalink
Add PyPi instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Apr 30, 2024
1 parent cc27e01 commit 9541bc4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ By Sebastian Castro, 2024

## Setup

### From PyPi

```bash
pip3 install pyroboplan
```

### From Source

Clone this repository.

```bash
git clone https://github.com/sea-bass/pyroboplan.git
```

(Optional) Set up a virtual environment and install dependencies.

```bash
Expand Down

0 comments on commit 9541bc4

Please sign in to comment.