Make the README a little easier to follow

Change-Id: Ib0251e9ce00f2576a3b70e0a7a0a18db74ff20c0
This commit is contained in:
Harry Youd
2017-05-23 22:30:40 +01:00
parent c23843dc00
commit c571a37d8f

View File

@@ -1,6 +1,6 @@
1. Use Python 3.2 or higher
2. `pip install -r requirements.txt`
3. grab a new token from [here](https://github.com/settings/tokens) - no scopes needed, just a name. Put it in `token`
4. run `python app.py` to generate the full lineage.dependencies mapping
5. run `python device2kernel.py` to generate kernel -> devices mapping
6. run `python devices.py` to generate device -> dependency mapping (like ../device_deps.json)
2. Run `pip3 install -r requirements.txt`
3. Grab a new token from [here](https://github.com/settings/tokens) - no scopes needed, just a name. Put it in `token`
4. run `python3 app.py` to generate the full lineage.dependencies mapping
5. run `python3 device2kernel.py` to generate kernel -> devices mapping (like cve_tracker/kernels.json)
6. run `python3 devices.py` to generate device -> dependency mapping (like lineageos_updater/device_deps.json)