Skip to content

Commit

Permalink
Added installation procedure for Windows users. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
VDovidaytis-HORIS committed Apr 24, 2020
1 parent 3b3b4a3 commit 160ca08
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README_PYTHON.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,21 @@ The advantage of [Datalore](https://blog.jetbrains.com/blog/2018/10/17/datalore-
<a name="Installation" id="inst"></a>
## Installation

#### 1. For Linux and Mac users:
To install the Lets-Plot library, run the following command:
```shell script
pip install lets-plot
```
#### 2. For Windows users:
Install Anaconda3 (or Miniconda3), then install MinGW toolchain to Conda:
```shell script
conda install m2w64-toolchain
```
Install the Lets-Plot library:
```shell script
pip install lets-plot
```

<a name="Quick start with Jupyter" id="start"></a>
## Quick start with Jupyter

Expand Down

0 comments on commit 160ca08

Please sign in to comment.