Skip to content

Commit

Permalink
Updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeelayS committed Aug 15, 2022
1 parent 4d3e262 commit e0e88dc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@

### Using Poetry (recommended)

Clone the repository and enter working directory:

If you don't have `Poetry` installed, you can install it with the following command:

```bash

git clone https://github.com/NeelayS/event_aug
cd event_aug
pip install poetry

```

If you don't have `Poetry` installed, you can install it with the following command:
Clone the repository and enter working directory:

```bash

pip install poetry
git clone https://github.com/NeelayS/event_aug
cd event_aug

```

Expand Down Expand Up @@ -61,6 +62,7 @@ poetry install -E youtube

### Using Pip


To install the basic version of the package:

```bash
Expand All @@ -80,6 +82,7 @@ pip install git+https://github.com/NeelayS/event_aug.git#[youtube]

## From PyPI


**TBA**

<!-- To install the basic version of the package: -->
Expand Down

0 comments on commit e0e88dc

Please sign in to comment.