You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,23 @@ Logik provides 3 main features :
18
18
19
19
## How to use Logik ?
20
20
21
-
Logik is designed to be use in a terminal. You can start Logik by executing `evaluator.py` :
21
+
Logik is designed to be use in a terminal. You can install it by executing the following command directly inside the main folder. (you need to `git clone https://github.com/64bit-lab/Logik` first)
22
22
23
23
```
24
-
$ python3 evaluator.py
24
+
$ python3 setup.py install
25
+
```
26
+
27
+
This will install Logik directly on your machine. You can then start logik by typing :
28
+
29
+
```
30
+
$ logik
31
+
```
32
+
33
+
This will start the interactive command line interface :
0 commit comments