Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
This repository contains data files used by pypilot user interfaces.
# pypilot_data

To avoid excessive clone times (or timeouts) they are kept in a separate repository.
##### This repository contains some of the static assets used by the differents pypilot user interfaces.

> *The static assets are kept in a separate repository to prevent excessive clone times (or timeouts)*

Simply extract them into the locations needed, eg:

## Install

Simply clone the repository and move files in the root of pypilot repository.

If you don't have pypilot repository already. start by cloning it:
```sh
git clone https://github.com/pypilot
```
Then simply clone the repository and move files in pypilot repository.
```sh
git clone https://github.com/pypilot_data
cp -rv pypilot_data/* pypilot
```
And it's done, Your next step will probably be to build and install pypilot, For this please refer to the [pypilot README file](https://github.com/pypilot/pypilot/blob/master/README) for install procedure.