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 f54989c commit bdc3aa7Copy full SHA for bdc3aa7
README.md
@@ -34,20 +34,20 @@ pip install -r requirements.txt
34
* Command Context
35
36
## Running
37
-1. Create the database
+* Create the database
38
```python
39
python db_handler.py create
40
```
41
-2. Start the server (at the background):
+* Start the server (at the background):
42
43
python run.py
44
45
-3. Navigate with a browser to the server address
46
-4. Open the interactive shell
+* Navigate with a browser to the server address
+* Open the interactive shell
47
48
python shell.py
49
50
-5. Profit
+* Profit
51
52
### Usage
53
The shell interface contains various commands (can be reavealed using the `help` command).
0 commit comments