Skip to content

Commit

Permalink
Updating pip install instructions in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesArruda committed Dec 10, 2024
1 parent 276079d commit 1947703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ UPSTAGE only requires Python 3.11+ and Simpy 4+.

## Installation

__Pending:__
In an environment (Python 3.11+) of your choice:

```console
pip install upstage
pip install upstage-des
```

### Installation from source
Expand Down
6 changes: 2 additions & 4 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ This project is under active development.

## Installation

```{warning}
Work-In-Progress
```
In a suitable Python environment (3.11+):

```console
(venv) $ pip install upstage
(venv) $ pip install upstage-des
```

### Installation from source
Expand Down

0 comments on commit 1947703

Please sign in to comment.