Skip to content
Snippets Groups Projects
Select Git revision
  • f5f24fd3cc88fc5f6d5b35eaae788208b5fc2d77
  • master default protected
  • nicgo_custom_iec_class_good
  • AbhinavANand
  • bhawc_converter
  • nicgo_dlb_offshore
  • dlb
  • rsod-main_body_analysis
  • rsod-offshore
  • rsod-dlchighlevel
  • rsod-pages
  • rsod-coverage_example
  • rsod-crypto
  • data_manager
  • test_doc
  • iodocs
  • licoreim
  • windIO_ozgo
  • 106-save-backslash-forwardslash
  • 106-htcfile-save-method-changes-back-slash-to-forward-slash
  • ModifyHawc2
  • v0.1.31
  • v0.1.30
  • v0.1.29
  • v0.1.28
  • v0.1.27
  • v0.1.26
  • v0.1.25
  • v0.1.24
  • v0.1.23
  • v0.1.22
  • v0.1.21
  • v0.1.20
  • v0.1.19
  • v0.1.18
  • v0.1.17
  • v0.1.16
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
41 results

dlctemplate.py

Blame
  • installation.rst 1.30 KiB

    Installation

    Install C++ compilers (Windows)

    Your computer must have a C++ compiler installed in order to install wetb. Windows users can follow the instructions on this page under the section "14.2 standalone".

    Normal user

    You must first have installed a C++ compiler before you can use these commands. See section above.

    • Quick install:

      pip install wetb
    • Install a specific version on PyPI:

      pip install wetb==0.0.21
    • Update an installation to the most recent version:

      pip install --upgrade wetb

    NOTE. Dependency conflicts can arise if you do not install wetb into a clean environment. In particular, your installation might break if wetb is installed using pip, and then later packages are installed using conda. (See more details at this article. We therefore recommend that you install wetb in a clean environment.

    Advanced user

    Clone the repository and install a local editable copy:

    git clone https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox.git
    cd WindEnergyToolbox
    pip install -e .