Skip to content

Commit

Permalink
Merge pull request #20 from abearab/patch-1
Browse files Browse the repository at this point in the history
update pip installation in Readme.md
  • Loading branch information
JR-1991 authored May 9, 2024
2 parents 73ff188 + 35ff548 commit 8ac4bcf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ Get started with EasyDataverse by running the following command

```bash
# Using PyPI
python -m pip install easyDataverse
pip install easyDataverse
```

Or build by source

```bash
git clone https://github.com/gdcc/easyDataverse.git
cd easyDataverse
python setup.py install
pip install git+https://github.com/gdcc/easyDataverse.git
```

## ⚙️ Quickstart
Expand Down

0 comments on commit 8ac4bcf

Please sign in to comment.