initial
This commit is contained in:
14
docs/development/environment.rst
Normal file
14
docs/development/environment.rst
Normal file
@@ -0,0 +1,14 @@
|
||||
Setting up a development environment
|
||||
====================================
|
||||
|
||||
* Fork and clone the ``django-wiki`` repo from Github, ``cd`` into it.
|
||||
* Install `hatch <https://hatch.pypa.io/latest/install/>`_ with your favorite package manager.
|
||||
* Inside ``django-wiki`` directory, initialize the environment::
|
||||
|
||||
$ hatch env create
|
||||
|
||||
* Launch a new shell session in order to activate the environment::
|
||||
|
||||
$ hatch shell
|
||||
|
||||
* And done, you can start developing in ``django-wiki``.
|
||||
Reference in New Issue
Block a user