Skip to content

Commit 76becab

Browse files
authored
Merge pull request #290 from deephealthproject/develop
Add Windows tab + fix images (docs)
2 parents 77451e1 + 014a69e commit 76becab

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/sphinx/source/intro/installation.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)