File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4848 sudo apt-get update
4949 sudo apt-get install -y libgtk-3-dev
5050 conda install --file requirements/test.txt
51- pip install -r requirements/pip.txt
51+ conda install --file requirements/conda.txt
52+ pip install gooey
5253 python -m pip install . --no-deps
5354
5455 - name : Install diffpy.labpdfproc and requirements for non-Linux
Original file line number Diff line number Diff line change 4040 - name : Install diffpy.labpdfproc and requirements
4141 run : |
4242 conda install --file requirements/test.txt
43- pip install -r requirements/pip.txt
43+ conda install --file requirements/conda.txt
44+ pip install gooey
4445 python -m pip install . --no-deps
4546
4647
Original file line number Diff line number Diff line change 22diffpy.utils
33pandas
44scipy
5- gooey
You can’t perform that action at this time.
0 commit comments