Skip to content

Commit

Permalink
Remove: unused dep pythreejs
Browse files Browse the repository at this point in the history
  • Loading branch information
tordnat committed Jan 14, 2025
1 parent ce90bf3 commit 78433e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Alternative 1: Miniconda
conda init
conda update -y conda
conda create -y --name ttk4130 python=3.11 sympy numpy scipy matplotlib ipython jupyter pythreejs
conda create -y --name ttk4130 python=3.11 sympy numpy scipy matplotlib ipython jupyter
3. Install Visual Studio Code (VSCode) via `the download page <https://code.visualstudio.com/download>`_
4. Start VSCode and activate your newly created Python environment, ``ttk4130`` (See `this guide on python environments <https://code.visualstudio.com/docs/python/environments>`_)
Expand All @@ -42,7 +42,7 @@ Alternative 1: Miniconda
conda init
conda update -y conda
conda create -y --name ttk4130 python=3.11 sympy numpy scipy matplotlib ipython jupyter pythreejs
conda create -y --name ttk4130 python=3.11 sympy numpy scipy matplotlib ipython jupyter
3. Install Visual Studio Code (VSCode) via `the download page <https://code.visualstudio.com/download>`_
4. Start VSCode and activate your newly created Python environment, ``ttk4130`` (See `this guide on python environments <https://code.visualstudio.com/docs/python/environments>`_)
Expand All @@ -59,7 +59,7 @@ Alternative 1: Miniconda
conda init
conda update -y conda
conda create -y --name ttk4130 python=3.11 sympy numpy scipy matplotlib ipython jupyter pythreejs
conda create -y --name ttk4130 python=3.11 sympy numpy scipy matplotlib ipython jupyter
3. Install Visual Studio Code (VSCode) via `the download page <https://code.visualstudio.com/download>`_
4. Start VSCode and activate your newly created Python environment, ``ttk4130`` (See `this guide on python environments <https://code.visualstudio.com/docs/python/environments>`_)
Expand Down

0 comments on commit 78433e2

Please sign in to comment.