-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2068fd3
commit 61f2b4c
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,17 +27,8 @@ You can find more details about `atlas` in our [documentation](https://matter-at | |
|
||
## Installation | ||
|
||
Atlas is available for installation using `pip` or `conda-forge`. | ||
|
||
```bash | ||
pip install matter-atlas | ||
``` | ||
|
||
```bash | ||
conda install -c conda-forge matter-atlas | ||
``` | ||
|
||
Alternatively you can install `atlas` from source in edit mode by executing the following commands | ||
You can install `atlas` from source in edit mode by executing the following commands | ||
|
||
```bash | ||
git clone [email protected]:rileyhickman/atlas.git | ||
|