Link to dev environment instructions from installation guide

This commit is contained in:
Simon Willison 2018-10-27 10:34:31 -07:00
commit 6b398c2971
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ Datasette is an open source project. We welcome contributions!
This document describes how to contribute to Datasette core. You can also contribute to the wider Datasette ecosystem by creating new :ref:`plugins`.
.. _devenvironment:
Setting up a development environment
------------------------------------

View file

@ -83,3 +83,5 @@ If you want to install Datasette in its own virtual environment, use this::
You can now run Datasette like so::
datasette fixtures.db
If you want to start making contributions to the Datasette project by installing a copy that lets you directly modify the code, take a look at our guide to :ref:`devenvironment`.