File tree 1 file changed +17
-2
lines changed 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Open the appropriate section below.
35
35
> Note: Python 3.12 is supported as of release 10.3.45.
36
36
37
37
If you need to install Python (it can be tricky), see [these notes](Tech-Install-Python.md).
38
+
38
39
39
40
40
41
__Install API Logic Server in a Virtual Environment__
@@ -47,11 +48,25 @@ Open the appropriate section below.
47
48
python -m pip install ApiLogicServer
48
49
```
49
50
50
- If you are using SqlServer, you also need to [install `pyodbc`](Install-pyodbc.md).
51
+ Notes:
52
+
53
+ 1. Windows users will need to run the terminal in Admin mode, with scripts enabled
54
+ 2. If you are using SqlServer, you also need to [install `pyodbc`](Install-pyodbc.md)
51
55
52
56
53
57
54
- __Create the Sample Project__
58
+ __Start the ApiLogicServer manager__
59
+
60
+ ```bash title="Start Manager"
61
+ ApiLogicServer start
62
+ ```
63
+
64
+ This will open your IDE; open the readme and follow the directions to create projects.
65
+
66
+
67
+
68
+
69
+ __Or, create the Sample Project__
55
70
56
71
```bash title="Create Tutorial"
57
72
ApiLogicServer create --project_name= --db_url=
You can’t perform that action at this time.
0 commit comments