Skip to content

Commit 9997ce2

Browse files
committed
Update guide-dev_env.md
1 parent 70ec747 commit 9997ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide-dev_env.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide will help you setup development environment to work on Recommend
66

77
**install Python**
88
install python3 (*tested on python3.5.2*)
9-
*if you are on windows we recommend [Anaconda]() distribution, it will make your life easy*
9+
*if you are on windows we recommend [Anaconda](https://www.continuum.io/downloads) distribution, it will make your life easy*
1010

1111
**install required dependencies**
1212

@@ -16,7 +16,7 @@ If you are on windows then you will see that some packages *like `lxml`* failed
1616

1717
Go to [this website](http://www.lfd.uci.edu/~gohlke/pythonlibs/) and get wheel of that package for your python and OS Arch. type.
1818

19-
*if you have a 64bit OS with python 3.5.2 then for example `lxml` package for you will be `lxml‑x.x.x‑cp35‑cp35m‑win_amd64.whl`*
19+
*for example `lxml` package for 64bit OS with python 3.5.2 will be `lxml‑x.x.x‑cp35‑cp35m‑win_amd64.whl`*
2020

2121
Find wheel for your setup and install it by running `pip install /path/to/wheelfile.whl`
2222

0 commit comments

Comments
 (0)