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

Commit

Permalink
develop a model
Browse files Browse the repository at this point in the history
  • Loading branch information
giangzuzana committed Jan 8, 2019
1 parent f990bf1 commit 32dd655
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions source/user/overview/cookiecutter-develop-model.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
Repository template - Develop a model, using cookiecutter
=========================================================
Develop a model, using cookiecutter
===================================

Prepare DEEP UC template environment
--------------------------------

Install cookiecutter (if not yet done)
::
$ pip install cookiecutter
Run the DEEP UC cookiecutter template
::
$ cookiecutter https://github.com/indigo-dc/cookiecutter-data-science
Answer all questions from DEEP UC cookiecutter template with attentions to
'repo_name' i.e. the name of your github repositories, etc.

This creates two project directories:
::
~/DEEP-OC-your_project
~/your_project
Go to ``github.com/your_account`` and
create corresponding repositories: ``DEEP-OC-your_project`` and ``your_project``

Do ``git push origin master`` in both created directories i.e. ``DEEP-OC-your_project`` and ``your_project``.
This puts your initial code to github.


Develop a model using the created DEEP UC template
--------------------------------------------------

TBD

0 comments on commit 32dd655

Please sign in to comment.