Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added installation procedure to the README_PYTHON.md file for Windows users. #120

Merged
merged 1 commit into from
Apr 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added installation procedure for Windows users.
  • Loading branch information
VDovidaytis-HORIS committed Apr 24, 2020
commit d167898e48131ae3febc479a1b1ce8debc355b70
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