Skip to content

Commit

Permalink
Merge pull request #158 from ENCODE-DCC/PIP-1656_fix_pip_install
Browse files Browse the repository at this point in the history
Pip 1656 fix pip install
  • Loading branch information
leepc12 authored Feb 4, 2022
2 parents 04ed6b8 + 949550e commit 5217dc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ See [this](scripts/aws_caper_server/README.md) for details.
1) Make sure that you have Java (>= 11) and Python>=3.6 installed on your system and `pip` to install Caper.

```bash
$ pip install pip --upgrade
$ pip install caper
```

Expand Down
1 change: 0 additions & 1 deletion scripts/gcp_caper_server/create_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ sudo psql -d $POSTGRESQL_DB_NAME -c \"create role $POSTGRESQL_DB_USER with super
### upgrade pip and install caper croo
sudo python3 -m pip install --upgrade pip
sudo pip install PyYAML --ignore-installed
sudo pip install caper croo
"""

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ def find_meta(meta):
'scikit-learn>=0.19.2',
'matplotlib>=1.5',
'six>=1.13.0',
'pyyaml<=5.5',
],
)

0 comments on commit 5217dc9

Please sign in to comment.