Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ciuccislab authored Nov 13, 2023
1 parent 43b19bd commit 57073eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ pyDRTtools is freely available under the MIT license from this site.

To install and run pyDRTtools, you need: Python >= 3

***Installation details***
**Installation details**

For details about the installation procedures, you can consult the user manual [manual](manual)

***Run the following on anaconda prompt:***
**Run the following on anaconda prompt:**
```
conda create --name DRT pip ipython pandas matplotlib scikit-learn spyder
conda activate DRT
pip install cvxopt jupyterlab PyQt5
pip install -i https://test.pypi.org/simple/ pyDRTtools==0.2.8.80
```
***ipython***
**ipython**
```
!launchGUI
```
Expand Down

0 comments on commit 57073eb

Please sign in to comment.