Skip to content

Commit

Permalink
Add note about Windows installation (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Jun 15, 2022
1 parent 433f846 commit d7ab807
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Now, you can install the latest stable release using:
$ conda install torchgeo
.. note:: The installation of torchgeo in this manner is not supported on Windows since pytorch from the conda-forge channel currently does not support Windows. Users are recommended to create a custom conda environment and install torchgeo as shown below.

Conda does not directly support installing development versions, but you can use conda to install our dependencies, then use pip to install TorchGeo itself.

Expand All @@ -67,8 +68,6 @@ Conda does not directly support installing development versions, but you can use
$ conda activate torchgeo
$ pip install .
.. note:: The above method will not work on Windows. Windows users are recommended to create a conda environment and install dependencies via pip.

Conda does not directly support optional dependencies. If you install from conda-forge, only required dependencies will be installed by default. Optional dependencies can be installed afterwards using pip. If you install using the ``environment.yml`` file, all optional dependencies are installed by default.

See the `conda-forge documentation <https://conda-forge.org/>`_ for more details.
Expand Down

0 comments on commit d7ab807

Please sign in to comment.