-
Notifications
You must be signed in to change notification settings - Fork 3
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
e4a06b9
commit cb594d8
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -72,15 +72,15 @@ To access and visualize the data: | |
|
||
## ⬇️ Installation | ||
|
||
### Intsalling DifFlexMM only | ||
### DifFlexMM only | ||
|
||
Assuming you have access to the repo and ssh keys are set up in your GitHub account, you can install the package with | ||
|
||
```bash | ||
pip install git+ssh://[email protected]/bertoldi-collab/DifFlexMM.git | ||
``` | ||
|
||
### Installing DifFlexMM with examples of solved design problems | ||
### DifFlexMM with examples of solved design problems | ||
|
||
Clone the repository, `cd` into the `DifFlexMM` folder, and install with | ||
|
||
|