-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hello, thank you very much for your project!
I couldn't install it via pip, it seems not on PyPI?
But I just installed it the following way via Docker:
FROM python:3.11
WORKDIR /app
COPY . /app
RUN pip3 install .
ENTRYPOINT ["com2ann"]
Now it can easily be used:
docker build -t com2ann-image .
alias com2ann='docker run --rm -v "$PWD":/app com2ann-image'
find -name '*.py' -exec docker run --rm -v "$PWD":/app com2ann-image -i {} \;
Maybe the information are worth to be added to README.md
or to actually add the Dockerfile.
Metadata
Metadata
Assignees
Labels
No labels