File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This guide will help you setup development environment to work on Recommend
66
77** install Python**
88install 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
1717Go 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
2121Find wheel for your setup and install it by running ` pip install /path/to/wheelfile.whl `
2222
You can’t perform that action at this time.
0 commit comments