Skip to content

Commit

Permalink
Update docs to reflect CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Mar 30, 2022
1 parent e9c9378 commit d520192
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,23 +179,18 @@ Please follow the following steps to install the ROSCO tool-chain. You should do
conda create -y --name rosco-env python=3.8
conda activate rosco-env
2. Install WISDEM

.. code-block:: bash
conda install -y wisdem
3. Clone and Install the ROSCO toolbox with ROSCO
2. Clone and Install the ROSCO toolbox with ROSCO

.. code-block:: bash
git clone https://github.com/NREL/ROSCO.git
cd ROSCO
conda install compilers # (Mac/Linux only)
conda install m2w64-toolchain libpython # (Windows only)
conda install -y wisdem
python setup.py install --compile-rosco
4. Clone and Install the ROSCO toolbox without ROSCO
3. Clone and Install the ROSCO toolbox without ROSCO

.. code-block:: bash
Expand Down

0 comments on commit d520192

Please sign in to comment.