Skip to content

Commit

Permalink
Fixed environment link (urbs-extremos.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonercandas committed Mar 24, 2021
1 parent 36fe22a commit a2e10c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ There are 2 ways to get all required packages under Windows. We recommend using
1. **[Anaconda (Python 3)](http://continuum.io/downloads)/[Miniconda](https://docs.conda.io/en/latest/miniconda.html)**. Choose the 64-bit installer if possible.
During the installation procedure, keep both checkboxes "modify PATH" and "register Python" selected! If only higher Python versions are available, you can switch to a specific Python Version by typing `conda install python=<version>`
2. **Packages and Solver**: [GLPK](http://winglpk.sourceforge.net/).
1. Download the [environment file](https://github.com/tum-ens/urbs/blob/master/urbs-env.yml).
1. Download the [environment file](https://github.com/tum-ens/urbs/blob/extremos/urbs-extremos.yml).
2. Launch a new command prompt (Windows: Win+R, type "cmd", Enter)
3. Install it via conda by `conda env create -f urbs-extremos.yml`.
4. Each time you open a new terminal for running urbs, you can activate the environment by `conda activate urbs-admm`.

### Manually (the hard way)

For all packages, best take the latest release or release candidate version. Both 32 bit and 64 bit versions work, though 64 bit is recommended. The list of packages can be found in the [environment file](https://github.com/tum-ens/urbs/blob/master/urbs-env.yml).
For all packages, best take the latest release or release candidate version. Both 32 bit and 64 bit versions work, though 64 bit is recommended. The list of packages can be found in the [environment file](https://github.com/tum-ens/urbs/blob/extremos/urbs-extremos.yml).

## Get started

Expand Down

0 comments on commit a2e10c0

Please sign in to comment.