diff --git a/.circleci/config.yml b/.circleci/config.yml index 1aad044..9bfa09c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,6 @@ jobs: - run: name: Install karr_lab_build_utils (Python 3) command: | - pip3 install -U git+https://github.com/KarrLab/log.git#egg=log pip3 install -U git+https://github.com/KarrLab/sphinxcontrib-googleanalytics.git#egg=sphinxcontrib_googleanalytics pip3 install -U git+https://github.com/KarrLab/wc_utils.git#egg=wc_utils[all] pip3 install -U git+https://github.com/KarrLab/karr_lab_build_utils.git#egg=karr_lab_build_utils[all] diff --git a/README.md b/README.md index 0b339de..508e443 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Framework for testing whole-cell knowledge bases and models 1. Install dependencies 2. Install the latest revision from GitHub ``` - pip install git+https://github.com/KarrLab/log.git#egg=log pip install git+https://github.com/KarrLab/wc_utils.git#egg=wc_utils[all] pip install git+https://github.com/KarrLab/obj_model.git#egg=obj_model[all] pip install git+https://github.com/KarrLab/wc_kb.git#egg=wc_kb[all] diff --git a/docs/installation.rst b/docs/installation.rst index 16620d3..a938b55 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,7 +11,6 @@ Latest revision from GitHub --------------------------- Run the following command to install the latest version from GitHub:: - pip install git+https://github.com/KarrLab/log.git#egg=log pip install git+https://github.com/KarrLab/wc_utils.git#egg=wc_utils[all] pip install git+https://github.com/KarrLab/obj_model.git#egg=obj_model[all] pip install git+https://github.com/KarrLab/wc_kb.git#egg=wc_kb[all]