You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[poetry](https://pypi.org/project/poetry/){target="_blank"} - Make sure to run ``poetry config --local virtualenvs.in-project true`` so all dependencies are installed in the project '.venv' folder.
11
11
* For Windows based machines, use the Makefile_windows version (rename to Makefile). Default Makefile is for Mac/Linux.
12
12
13
-
## **Creating a Developer Environment**
13
+
## Getting Started
14
+
15
+
You can start with a clean service out of this template repository without using the 'Template' button on GitHub.
16
+
17
+
You can use Cookiecutter.
18
+
19
+
* Cookiecutter - install with pip/brew ``brew install cookiecutter`` or ``pip install cookiecutter`
0 commit comments