Skip to content
Snippets Groups Projects
Commit 437a7f6d authored by THEODOSIOS ATHANASAKIS's avatar THEODOSIOS ATHANASAKIS
Browse files

Add git to install.md

Add publish script (draft)
parent 70f4632e
No related branches found
No related tags found
No related merge requests found
git checkout --orphan gl-pages-DATE
ROLLBACK EVERYTHING
git add html/build
git commit "New book version (DATE)"
git push origin gl-pages-DATE
git checkout master
git branch --delete gl-pages-DATE
File moved
......@@ -3,9 +3,9 @@
In order to create and work on your Jupyter Book, you need to download some programs. Please, find below all the required programs
## Conda
## Install Conda
You can download and install Conda [via `Miniconda`](https://docs.conda.io/en/latest/miniconda.html). If you do not have already a Python version in your computer, it is better to search the section at the page that includes the latest Python version.
You can download and install Conda via [`Miniconda`](https://docs.conda.io/en/latest/miniconda.html). If you do not have already a Python version in your computer, it is better to search the section at the page that includes the latest Python version.
```{admonition} A note for Windows users
:class: warning
......@@ -34,6 +34,16 @@ Find more at: [Terminal emulator](https://www.jetbrains.com/help/dataspell/termi
```
## Install Git
You can install Git via [git](https://git-scm.com/downloads). It is necessary in order to execute commands and connect to the GitLab repository.
```{admonition} 'Git' is not recognized
:class: seealso, dropdown
If you get the error message while trying to execute a command, follow the instructions at: [Error "'git' is not recognized as an internal or external command"](https://stackoverflow.com/questions/4492979/error-git-is-not-recognized-as-an-internal-or-external-command).
```
## Install Jupyter Book
You can install Jupyter Book via [`pip`](https://pip.pypa.io/en/stable/):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment