Skip to content

Commit

Permalink
Merge branch 'main' into issue-37
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Dec 31, 2024
2 parents 3d4b737 + 20c70d4 commit e4c5467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ ipython_config.py
# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python3 -m pip install evidence-normalizer[etl]
Clone the repo and create a virtual environment:

```shell
git clone <https://github.com/cancervariants/evidence-normalization>
git clone https://github.com/cancervariants/evidence-normalization
cd evidence-normalization
python3 -m virtualenv venv
source venv/bin/activate
Expand Down

0 comments on commit e4c5467

Please sign in to comment.