Skip to content

Commit 8513f56

Browse files
committed
readme: remove out of date "Compiling on Windows"
1 parent 8a17b0c commit 8513f56

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,3 @@ To start Orange GUI from the command line, run:
7171
python3 -m Orange.canvas
7272

7373
Append `--help` for a list of program options.
74-
75-
76-
Compiling on Windows
77-
--------------------
78-
79-
Get appropriate wheels for missing libraries. You will need [numpy+mkl] and [scipy].
80-
81-
[numpy+mkl]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
82-
[scipy]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
83-
84-
Install them with
85-
86-
pip install <wheel name>.whl
87-
88-
Install [Visual Studio compiler]. Then go to Orange3 folder and run:
89-
90-
[Visual Studio compiler]: https://developer.microsoft.com/en-us/windows/downloads
91-
92-
python setup.py build_ext -i --compiler=msvc install

0 commit comments

Comments
 (0)