Skip to content
Snippets Groups Projects
Commit cb3ab78b authored by Daniel's avatar Daniel
Browse files

MAINT: Refactoring for new upstream repository

parent 9683c178
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ setup this code.
# Further Reading
Please refer to the [official gitlab repository of the CaosDB
project](https://gitlab.gwdg.de/bmp-caosdb/caosdb) for more information.
project](https://gitlab.com/caosdb/caosdb) for more information.
# License
......
......@@ -2,6 +2,6 @@ FROM debian:latest
RUN apt-get update && \
apt-get install firefox-esr pylint3 python3-pip python3-httpbin git \
curl screen xvfb unzip -y
RUN git clone -b dev https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && pip3 install .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment