Skip to content

Commit

Permalink
Replace no break spaces by regular spaces
Browse files Browse the repository at this point in the history
Because of these spaces, the readme subtitles were not rendered
correctly.
  • Loading branch information
nhuet authored and g-poveda committed Sep 16, 2022
1 parent 95e68db commit 05075b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ through different scenario handling mechanisms) and multi-objective optimization

NB: If you just do `pip install gurobipy`, you get a minimal license which does not allow to use it on "real" models.

### Normal install
### Normal install

Install discrete-optimization from pip:

```shell
pip install discrete-optimization
```

### Install in developer mode
### Install in developer mode

You can also install the library directly from the repository in developer mode:

Expand All @@ -69,7 +69,7 @@ how the library can be used
- on a scheduling problem (RCPSP).


### Scripts
### Scripts

The `examples` directory of the repository gather several scripts using the different features of
the library and how to instantiate different problem instances and solvers.
Expand Down

0 comments on commit 05075b2

Please sign in to comment.