This command will download the template to a directory called `nova_tutorial`. Copier will prompt you with a series of questions. Please answer the questions as follows:
***What kind of application are you creating?**
> Enter `Tutorial`
***What is your project name?**
> Enter `Nova Tutorial`
@@ -66,14 +69,6 @@ This command will download the template to a directory called `nova_tutorial`. C
> Enter `yes`
***Publish to PyPI?**
> Enter `no`
***Publish documentation to readthedocs.io?**
> Enter `no`
After answering these questions, `copier` will clone the template repository and create your project within the `nova_tutorial` directory.
This command will download the template to a directory called `advanced_pydantic`. Copier will prompt you with a series of questions. Please answer the questions as follows:
This command will download the template to a directory called `pydantic_mvvm`. Copier will prompt you with a series of questions. Please answer the questions as follows:
***What kind of application are you creating?**
> Enter `Nova Application`
***What is your project name?**
> Enter `Trame with Pydantic`
@@ -311,14 +318,6 @@ This command will download the template to a directory called `pydantic_mvvm`. C
> Enter `n`
***Publish to PyPI?**
> Enter `n`
***Publish documentation to readthedocs.io?**
> Enter `n`
After that, go into the created folder and install project dependencies:
@@ -38,13 +38,19 @@ The complete code for this episode is available in the `code/episode_7` director
Let\'s start by setting up a new application from the template. When answering the `copier` questions, make sure you select "no" for installing Mantid and set up a Trame-based, multi-tab view based on MVVM.