Skip to content

Commit 669e6df

Browse files
Added new tests for MWD, TTS and SANS Apps
1 parent b508365 commit 669e6df

3 files changed

Lines changed: 397 additions & 149 deletions

File tree

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Executive summary
3737
#. Clone RepTate's repository via ``git clone https://github.com/jorge-ramirez-upm/RepTate.git``
3838
#. Install RepTate's package dependencies (pyqt, matplotlib, scipy, (py)readline, openpyxl, xlrd, psutil) via ``conda install <package>`` (or via ``pip install <package>`` if you are using a different Python distribution). Alternatively, you can go to the RepTate code tree and run ``pip install -r requirements.txt``. This will take care of installing all the packages that RepTate needs.
3939
#. Compile the user interface resources via ``python scripts/build_ui.py`` (or ``python3 scripts/build_ui.py`` depending on your system).
40-
#. Try launching RepTate application: ``cd RepTate`` then again ``cd RepTate`` then ``python RepTate.py``
40+
#. Try launching RepTate application: ``python -m RepTate``
4141
#. From time to time, check for updates via ``git pull``
4242

4343
Should anything go wrong, please read the detailed explanations below.

tests/test_apps_LVE.py

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)