Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.07 KB

install_guide.rst

File metadata and controls

49 lines (28 loc) · 1.07 KB

Install guide

Installation

The easy way

The easiest way to install AnyPyTools on windows is through the Anaconda Python Distribution and the conda package manager.

Install AnyPyTools with the following command:

> conda config --add channels conda-forge
> conda install anypytools

This will install xonsh and all the recommended dependencies. Next, try to launch the interactive AnyPyTools notebook tutorial :

> AnyPyToolsTutorial.bat

Install from source

To install xonsh from source on Windows, first install Python. Remember to select "Add python to PATH" during installation.

Download the latest anypytools-master.zip from github and unzip it to anypytools-master.

Now install anypytools:

> cd anypytools-master
> pip install -e