Installation and Dependencies
Installation from the GitHub repository
The easiest way to install TidyScreen is to download the installation script from the repository. You can start working after downloading the bash shell script and executing as follows:
chmod 777 tidyscreen_installation.sh
./tidyscreen_installation.sh
## The creation of a dedicated environment named 'tidyscreen' will be accomplished
conda activate tidyscreen
# Start working
Upon execution of the bash shell script, two new condaenvironments will be created:
tidyscreenadt
In order to work, you only need to activate the tidyscreen environment, since the one corresponding adt will only be used by TidyScreen internally for specific operations.
Manual installation of the package and its dependencies
Follow the instructions provided en README of the repository.