Skip to content

Installation

vbastianpc edited this page May 10, 2020 · 8 revisions

If you have no experience using the command window, it may be a bit difficult for you. But it's not impossible. Follow each step carefully and you will succeed.

On Windows

  1. Download and install Miniconda3.

  2. Open Anaconda Prompt and paste the following commands:

    conda install -y git

    git clone https://github.com/vbastianpc/jw-scripts

    conda env update -f jw-scripts/req.yml


On macOS

  1. Download and install Miniconda3.

    • During installation, click on Change installation location button and select Install only for me.
  2. Open Terminal and paste the following commands:

    source ~/opt/miniconda/bin/activate

    conda init zsh

    git clone https://github.com/vbastianpc/jw-scripts

    conda env update -f jw-scripts/req.yml


On Linux

If you use Linux you don't need any explanation. You know what you have to do.

Clone this wiki locally