Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from deephdc/vykozlov-patch-2
Browse files Browse the repository at this point in the history
Vykozlov patch 2
  • Loading branch information
IgnacioHeredia committed Mar 12, 2019
2 parents 7eef53b + 6555801 commit 0844c69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/user/overview/cookiecutter-template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In order to create your project based on the template, one has to `install <http
You will be asked several questions, e.g.:

* User account at github.com, e.g. 'indigo-dc'
* User account at github.com, e.g. 'deephdc'
* Project name
* Repository name for the new project
* (main) author name
Expand All @@ -34,6 +34,7 @@ When these questions are answered, following two repositories will be created lo
~/DEEP-OC-your_project
~/your_project

each repository has two branches: 'master' and 'test'.

your_project repo
-----------------
Expand Down Expand Up @@ -115,7 +116,7 @@ All files get filled with the info provided during cookiecutter execution (see a

Step-by-step guide
-------------------
#. (if not yet done) install cockiecutter, as e.g. ``pip install cookiecutter``
#. (if not yet done) install cookiecutter, as e.g. ``pip install cookiecutter``
#. run ``cookiecutter https://github.com/indigo-dc/cookiecutter-data-science``
#. answer all the questions, pay attention about python version and docker tags!
#. two directories will be created: <user_project> and <DEEP-OC-user_project>
Expand All @@ -128,4 +129,4 @@ Step-by-step guide

------------------

.. [*] The more general `cockiecutter-data-science <http://drivendata.github.io/cookiecutter-data-science/>`_ template was adapted for the purpose of DEEP.
.. [*] The more general `cookiecutter-data-science <http://drivendata.github.io/cookiecutter-data-science/>`_ template was adapted for the purpose of DEEP.

0 comments on commit 0844c69

Please sign in to comment.