You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install latex2edx on ubuntu (18.04), but I am having difficulties.
Which OS are you using? I am trying to actually create a docker container, so it is easier to use another os. I tried your documentation and seem to fail succeding.
Would be great to post a concrete example that shows how to do it. The README, somehow does not work.
The text was updated successfully, but these errors were encountered:
FROM blang/latex
RUN apt-get update
RUN apt-get -y install python
RUN apt-get -y install python-lxml
RUN apt-get -y install python-pip
RUN easy_install -U pip
RUN pip install --upgrade pip
RUN apt-get install -y poppler-utils
RUN apt-get install -y imagemagick
I am trying to install latex2edx on ubuntu (18.04), but I am having difficulties.
Which OS are you using? I am trying to actually create a docker container, so it is easier to use another os. I tried your documentation and seem to fail succeding.
Would be great to post a concrete example that shows how to do it. The README, somehow does not work.
The text was updated successfully, but these errors were encountered: