Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 authored Aug 28, 2024
1 parent 9a6dde1 commit 3c284e4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@ The following is a performance graph showing execution time using mesa and mesa-

## Installation

### Cloning the Repository
### Install from PyPI
```bash
pip install mesa-frames
```

### Install from Source

To install the most updated version of mesa-frames, you can clone the respository and install the package in editable mode.

#### Cloning the Repository

To get started with mesa-frames, first clone the repository from GitHub:

Expand All @@ -28,7 +37,7 @@ git clone https://github.com/adamamer20/mesa_frames.git
cd mesa_frames
```

### Installing in a Conda Environment
#### Installing in a Conda Environment

If you want to install it into a new environment:

Expand All @@ -48,7 +57,7 @@ Then, to install mesa-frames itself:
pip install -e .
```

### Installing in a Python Virtual Environment
#### Installing in a Python Virtual Environment

If you want to install it into a new environment:

Expand Down

0 comments on commit 3c284e4

Please sign in to comment.