Skip to content

Commit e12bec5

Browse files
committed
updating documentation
1 parent a4599fa commit e12bec5

File tree

4 files changed

+5
-25
lines changed

4 files changed

+5
-25
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ predicted_sales = mdb.predict(predict='sales', when={'month': 'Sept'}, model_nam
3636

3737
```
3838

39-
Note: You must have a MongoDB server running, by default, MindsDB will look for it in ```mongodb://127.0.0.1/mindsdb```
40-
41-
Note2: MindsDB uses sqlite as its sql engine, it is recommended SQLite versions >=(3.25.0):
4239

4340
You can learn more in the [MindsDB Quick docs](docs/README.md)
4441

docs/Config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
[<Back to Table of Contents](README.md)
12
### CONFIG Settings
23

3-
You can manipulate the default settings of MindsDB by setting env variables before importing the mindsdb module
4+
You can manipulate the default settings of MindsDB by setting ENV variables before importing the mindsdb module,
45

56
For example: if you want to specify a different Mongo Server
67

docs/Installing.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,9 @@ You can install MindsDB as follows
77
pip3 install mindsdb --user
88
```
99

10+
#### OPTIONAL
1011

11-
#### You need:
12-
13-
****MongoDB server****: By default, MindsDB will look for it in mongodb://127.0.0.1/mindsdb
14-
15-
On MacOS
16-
17-
```bash
18-
brew install mongodb
19-
20-
```
21-
22-
To run it
23-
24-
```bash
25-
sudo mongod
26-
```
27-
28-
#### Good to have
29-
30-
***SQLite***: Although by default python3 comes with SQLite, you would want to have SQLite versions >=(3.25.0) as it support WINDOW functions, which can be very handy for data preparation
12+
***SQLite***: Although by default python3 comes with SQLite, you would want to have SQLite versions >=(3.25.0) as it supports WINDOW functions, which can be very handy for data preparation
3113

3214
On MacOS
3315

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
[<Back to Table of Contents](README.md)
22
# MindsDB
33

44
Welcome to mindsDB, the following links will walk you through the basic steps to MindsDB.

0 commit comments

Comments
 (0)