mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
23 lines
548 B
ReStructuredText
23 lines
548 B
ReStructuredText
YouMap project
|
|
==============
|
|
|
|
Quickstart
|
|
----------
|
|
|
|
To bootstrap the project::
|
|
|
|
virtualenv youmap
|
|
source youmap/bin/activate
|
|
cd path/to/youmap/repository
|
|
pip install -r requirements.pip
|
|
pip install -e .
|
|
cp youmap/settings/local.py.example youmap/settings/local.py
|
|
manage.py syncdb --migrate
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
Developer documentation is available in Sphinx format in the docs directory.
|
|
|
|
Initial installation instructions (including how to build the documentation as
|
|
HTML) can be found in docs/install.rst.
|