Skip to content

Commit

Permalink
Issue 23: report success on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfieldnz committed Nov 3, 2019
1 parent 7bd7517 commit d495ab9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ An [editable-mode](https://pip.pypa.io/en/stable/reference/pip_install/#editable

The "pip install" command runs "python setup.py install" (or "python setup.py develop" with the "-e" switch) in each of the subdirectories listed. The "pip install" form is recommended because it allow easy removal (see below)

The above should work on Linux and OSX with the system gcc and gfortran compilers.
They *should* also work in a Conda environment on Windows, provided you install the
[m2w64-gcc](https://anaconda.org/msys2/m2w64-gcc) and [m2w64-gfortran](https://anaconda.org/msys2/m2w64-gcc-fortran) compilers. However the last time we tried this we got a linker error related to lpsolve55: we're still looking into it.
The above should work on most Linuces and on OSX with the system gcc and gfortran compilers.
They have also been verified to work in a Conda environment on Windows,
provided you install the
[m2w64-gcc](https://anaconda.org/msys2/m2w64-gcc) and [m2w64-gfortran](https://anaconda.org/msys2/m2w64-gcc-fortran) compilers.

## Install scrip

Expand Down

0 comments on commit d495ab9

Please sign in to comment.