Skip to content

Commit

Permalink
Merge pull request #538 from am97/fix/quickstart
Browse files Browse the repository at this point in the history
Docs: update the quickstart tutorial
  • Loading branch information
leplatrem committed Jul 24, 2020
2 parents cd5a088 + 629ce40 commit e6f5eb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,22 @@ To use Cornice, install it::

$ pip install cornice

You'll also need **waitress** (see https://pypi.python.org/pypi/waitress)::

$ pip install waitress

To start from scratch, you can use a `Cookiecutter <https://cookiecutter.readthedocs.io>`_ project template::

$ pip install cookiecutter
$ cookiecutter gh:Cornices/cookiecutter-cornice
...

Once your application is generated, go there and call *develop* against it::

$ cd myapp
$ python setup.py develop
...

The template creates a working Cornice application.

.. note::
Expand Down

0 comments on commit e6f5eb4

Please sign in to comment.