File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11.. raw :: html
22
33 <style >
4- #installation > img {
4+ #installation img {
55 width : 30px ;
66 margin-bottom : 0 ;
77 margin-top : 0 ;
@@ -144,6 +144,24 @@ You can also install ``EDDL`` from source with cmake.
144144
145145 make install
146146
147+ .. tab :: Windows
148+
149+ .. code :: batch
150+
151+ # Download source code
152+ git clone https://github.com/deephealthproject/eddl.git
153+ cd eddl/
154+
155+ # Install dependencies
156+ conda env create -f environment.yml
157+ conda activate eddl
158+
159+ # Build and install
160+ mkdir build
161+ cd build
162+ cmake .. -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX
163+
164+ make install
147165
148166 See the :doc: `build-options ` section for more details about cmake options.
149167
You can’t perform that action at this time.
0 commit comments