Link to dev environment instructions from installation guide

pull/367/head
Simon Willison 2018-10-27 10:34:31 -07:00
rodzic 7dda8898c1
commit 6b398c2971
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 17E2DEA2588B7F52
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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
------------------------------------

Wyświetl plik

@ -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`.