Skip to content

Commit 71ea836

Browse files
Update README.md
1 parent f76a7bd commit 71ea836

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@ source .venv/bin/activate
3434
pip install -r requirements.txt
3535
```
3636

37-
## Development
38-
39-
Install dev-dependencies
40-
41-
```
42-
pip install -r requirements-dev.txt
43-
```
44-
45-
Install pre-commit hooks.
46-
47-
```
48-
pre-commit install
49-
```
50-
5137
## Setup
5238

5339
- set the environment variable `NOTION_KEY` with your notion api key that has read access to some pages (see [notion docs]("https://developers.notion.com/docs/create-a-notion-integration")).
@@ -63,3 +49,17 @@ python graph.py
6349
This will automatically discover any page shared with your notion integration. Subsequently it will create a task queue to query every discovered page. The initial parse of your document might take a while as notions api is limited to three requests per second. You will notice that the programm will create a new folder `data/` which contains the parsed pages and links. Subsequent parses will only refresh pages that have be edited since the last parse.
6450

6551
The graph view will be served on `localhost:8080`. Make sure to hit refresh when the parsing is done.
52+
53+
## Development
54+
55+
Install dev-dependencies
56+
57+
```
58+
pip install -r requirements-dev.txt
59+
```
60+
61+
Install pre-commit hooks.
62+
63+
```
64+
pre-commit install
65+
```

0 commit comments

Comments
 (0)