We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a17b0c commit 8513f56Copy full SHA for 8513f56
README.md
@@ -71,22 +71,3 @@ To start Orange GUI from the command line, run:
71
python3 -m Orange.canvas
72
73
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