Skip to content

Commit 3b3e804

Browse files
committed
README.md changes
1 parent 9c59d58 commit 3b3e804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the [Poetry website](https://python-poetry.org/docs/).
2323
To install ProSIMSIt, clone the repository and make a poetry environment:
2424

2525
```bash
26-
git clone
26+
git clone https://github.com/kusterlab/ProSIMSIt.git
2727
cd ProSIMSIt
2828
poetry install
2929
```
@@ -38,8 +38,8 @@ the [Wiki](https://github.com/kusterlab/ProSIMSIt/wiki/config.toml-parameters).
3838

3939
### Running ProSIMSIt
4040

41-
ProSIMSIt can be executed via the command line in the generated environment:
41+
ProSIMSIt can be executed via the command line in the generated poetry environment:
4242

4343
```bash
44-
poetry python -m prosimsit -c /path/to/config.toml
44+
python -m prosimsit -c /path/to/config.toml
4545
```

0 commit comments

Comments
 (0)