Skip to content
Snippets Groups Projects
README.md 1019 B
Newer Older
  • Learn to ignore specific revisions
  • schmittu's avatar
    schmittu committed
    # README
    
    
    chadhat's avatar
    chadhat committed
    Material related to the SIS machine learning workshop.
    
    schmittu's avatar
    schmittu committed
    
    
    chadhat's avatar
    chadhat committed
    ## Setting up the conda environment on personal computers
    
    * **Install conda**
    https://conda.io/docs/user-guide/install/
    
    * **Install the environment**
    
    chadhat's avatar
    chadhat committed
      * On Linux or Mac:
      Open a terminal and navigate to the workshop git repository
      Run the command: `conda env create -f environment.yml`
      * On Windows
        * Open the Anaconda Navigator
        * Go to Environments
        * Select Import at the bottom and specify the following
          * Any name that you would like
          * Specification File: Select the environment.yml file
    
    chadhat's avatar
    chadhat committed
    
    
    chadhat's avatar
    chadhat committed
    * **Check installation**
    
    chadhat's avatar
    chadhat committed
    
    
    chadhat's avatar
    chadhat committed
      * On **Linux**/**Mac** - open a terminal
    
    chadhat's avatar
    chadhat committed
    
    
    chadhat's avatar
    chadhat committed
      * On **Windows** - open Anaconda prompt
    
    chadhat's avatar
    chadhat committed
    
    and run the following commands:
    
    chadhat's avatar
    chadhat committed
    ~~~~
    conda activate machine_learning_workshop
    jupyter notebook
    ~~~~
    
    (For some versions of Anaconda on **Windows** you might have to run just **activate machine_learning_workshop** intead of **conda activate ...**)
    
    
    in case your installation worked your browser should open jupyter.