@@ -12,10 +12,17 @@ When running the **Git&Zenodo Assistant program**, you will see the main menu, w
...
@@ -12,10 +12,17 @@ When running the **Git&Zenodo Assistant program**, you will see the main menu, w
To avoid problems while using the program remember to **install the requirements** by following the instructions below; **create your Git and/or Zenodo account** beforehand; and have your **authentication** information: (your username and password/token)
To avoid problems while using the program remember to **install the requirements** by following the instructions below; **create your Git and/or Zenodo account** beforehand; and have your **authentication** information: (your username and password/token)
### Git clone
* * *
To get all the files in this repository and use the program, clone the file to your local machine or to the **ATLAS Virtual Machine** by opening the terminal and typing:
If you want to have this repository in your own GitLab account, **fork** the repository and then **clone** it with the https from your **own** account.
### Requirements
### Requirements
* * *
* * *
This program was made to be runned in the **ATLAS Virtual Machine.** It can also be executed locally, if the user has python3 installed, by openning a Linux like Terminal and installing the requirements.
This program was made to be runned in the **ATLAS Virtual Machine.** It can also be executed locally, if the user has python3 installed, by opening a Linux like Terminal and installing the requirements.
The requirements in the ```requirements.sh``` file correspond to certain python libraries, which need to be installed in the **ATLAS Virtual Machine** too.
The requirements in the ```requirements.sh``` file correspond to certain python libraries, which need to be installed in the **ATLAS Virtual Machine** too.