Skip to content

Commit

Permalink
removing log package
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jun 26, 2019
1 parent 9be1069 commit f3b0029
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f3b0029

Please sign in to comment.