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 fe2a8e5 commit c98b0e6Copy full SHA for c98b0e6
Dockerfile
@@ -14,6 +14,6 @@ WORKDIR /usr/app
14
RUN mkdir -p out
15
16
# Install leetcode-export
17
-RUN python3 ./setup.py install
+RUN pip3 install .
18
19
ENTRYPOINT ["leetcode-export", "--folder", "out"]
README.md
@@ -47,7 +47,7 @@ You can either install leetcode-export in your system or just execute it:
47
48
- To install it run:
49
```bash
50
- python setup.py install
+ pip install .
51
```
52
53
- To execute the script without installing it:
0 commit comments