Skip to content

Commit c98b0e6

Browse files
committed
Update python local install command
1 parent fe2a8e5 commit c98b0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ WORKDIR /usr/app
1414
RUN mkdir -p out
1515

1616
# Install leetcode-export
17-
RUN python3 ./setup.py install
17+
RUN pip3 install .
1818

1919
ENTRYPOINT ["leetcode-export", "--folder", "out"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can either install leetcode-export in your system or just execute it:
4747

4848
- To install it run:
4949
```bash
50-
python setup.py install
50+
pip install .
5151
```
5252

5353
- To execute the script without installing it:

0 commit comments

Comments
 (0)