File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff 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
2433To 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
2837cd mesa_frames
2938```
3039
31- ### Installing in a Conda Environment
40+ #### Installing in a Conda Environment
3241
3342If you want to install it into a new environment:
3443
@@ -48,7 +57,7 @@ Then, to install mesa-frames itself:
4857pip install -e .
4958```
5059
51- ### Installing in a Python Virtual Environment
60+ #### Installing in a Python Virtual Environment
5261
5362If you want to install it into a new environment:
5463
You can’t perform that action at this time.
0 commit comments