-
Notifications
You must be signed in to change notification settings - Fork 0
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
afdf888
commit 1d84c1e
Showing
1 changed file
with
1 addition
and
1 deletion.
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,7 +27,7 @@ Will launch this tutorial in binder or Google Colab. | |
|
||
**Running locally** | ||
|
||
If you're already familiar with Git, Anaconda and virtual environments, the environment you need to create is found in [DO.yml](https://github.com/cemac/LIFD_DesignOptimisation/blob/main/DO.yml) and the code below will install, activate and launch the notebook. The .yml file has been tested on the latest Linux, macOS and Windows operating systems. | ||
If you're already familiar with Git, Anaconda and virtual environments, the environment you need to create is found in [DO.yml](https://github.com/cemac/LIFD_DesignOptimisation/blob/main/DO.yml) and the code below will install, activate and launch the notebook. The .yml file has been tested on the latest version of Ubuntu Linux. Windows and macOS are not officially supported, although Windows users can alternatively use the Windows Subsystem for Linux. | ||
|
||
```bash | ||
git clone [email protected]:cemac/LIFD_DesignOptimisation.git | ||
|