We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde2ca8 commit 26af146Copy full SHA for 26af146
Dockerfile
@@ -1,4 +1,4 @@
1
FROM python:3
2
RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git && \
3
cd sdynpy/ && \
4
- pip install .[all]
+ pip install .
0 commit comments