We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f329af commit 3c5e594Copy full SHA for 3c5e594
1 file changed
README.rst
@@ -12,12 +12,13 @@ Installation
12
Installers for Windows and macOS are available at the
13
`release page <https://github.com/DCOR-dev/DCOR-Aid/releases>`__.
14
15
-If you have Python 3 installed, you can install DCOR-Aid with
16
-
17
-::
+If you have Python 3 installed, you can install DCOR-Aid with::
18
19
pip install dcoraid[GUI]
20
+After installation with pip, you can start DCOR-Aid with::
+
21
+ python -m dcoraid
22
23
Testing
24
-------
0 commit comments