Skip to content

Commit 3c284e4

Browse files
authored
Update README.md
1 parent 9a6dde1 commit 3c284e4

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@ The following is a performance graph showing execution time using mesa and mesa-
1919

2020
## Installation
2121

22-
### Cloning the Repository
22+
### Install from PyPI
23+
```bash
24+
pip install mesa-frames
25+
```
26+
27+
### Install from Source
28+
29+
To install the most updated version of mesa-frames, you can clone the respository and install the package in editable mode.
30+
31+
#### Cloning the Repository
2332

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

@@ -28,7 +37,7 @@ git clone https://github.com/adamamer20/mesa_frames.git
2837
cd mesa_frames
2938
```
3039

31-
### Installing in a Conda Environment
40+
#### Installing in a Conda Environment
3241

3342
If you want to install it into a new environment:
3443

@@ -48,7 +57,7 @@ Then, to install mesa-frames itself:
4857
pip install -e .
4958
```
5059

51-
### Installing in a Python Virtual Environment
60+
#### Installing in a Python Virtual Environment
5261

5362
If you want to install it into a new environment:
5463

0 commit comments

Comments
 (0)