Skip to content

Commit bf6ac0c

Browse files
test
1 parent d09dd3e commit bf6ac0c

File tree

3 files changed

+394
-1
lines changed

3 files changed

+394
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ python:
1919
version: 3.7
2020
install:
2121
- requirements: docs/requirements.txt
22+
- requirements: requirements.txt
2223
- method: setuptools
2324
path: .
2425
system_packages: true

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ This package can be download in a python environment using pip install::
5454
pip install beampy
5555

5656
Or by downloading the github folder and setting beampy as a PYTHONPATH.
57-
If so, make sure to download Qt5, matplotlib and numpy.
57+
If so, make sure to download Qt5, matplotlib and numpy by using this command
58+
in the docs folder::
59+
60+
pip install -r requirements.txt
5861

5962

6063
Starting the software

0 commit comments

Comments
 (0)