We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c59d58 commit 3b3e804Copy full SHA for 3b3e804
README.md
@@ -23,7 +23,7 @@ the [Poetry website](https://python-poetry.org/docs/).
23
To install ProSIMSIt, clone the repository and make a poetry environment:
24
25
```bash
26
-git clone
+git clone https://github.com/kusterlab/ProSIMSIt.git
27
cd ProSIMSIt
28
poetry install
29
```
@@ -38,8 +38,8 @@ the [Wiki](https://github.com/kusterlab/ProSIMSIt/wiki/config.toml-parameters).
38
39
### Running ProSIMSIt
40
41
-ProSIMSIt can be executed via the command line in the generated environment:
+ProSIMSIt can be executed via the command line in the generated poetry environment:
42
43
44
-poetry python -m prosimsit -c /path/to/config.toml
+python -m prosimsit -c /path/to/config.toml
45
0 commit comments