Skip to content

Commit c609d42

Browse files
committed
README.md
1 parent 33413a6 commit c609d42

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ For more detailed information about the `SCOT` solver, including compilation ins
1111
**SCOT** is compatible with the following platforms:
1212

1313
1. Ubuntu 20.04 or higher
14-
2. macOS
15-
3. Windows Subsystem for Linux (WSL2)
14+
2. Windows Subsystem for Linux (WSL2)
1615

1716
### Dependencies
1817

@@ -26,5 +25,11 @@ To set up **SCOT**, you need the following prerequisites:
2625
- [Microsoft MPI (for Windows)](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi)
2726
4. See ```requirements.txt``` for other dependencies.
2827

28+
### Install
29+
Run the following command to install ```scotpy```
30+
```commandline
31+
pip install scotpy
32+
```
33+
2934
### Usage
3035
See [dslr.ipynb](./examples/dslr.ipynb)

0 commit comments

Comments
 (0)