Skip to content

Commit

Permalink
Merge pull request #75 from dmdhrumilmistry/remove-evil-dependency
Browse files Browse the repository at this point in the history
remove evil files package
  • Loading branch information
dmdhrumilmistry authored Oct 21, 2023
2 parents 8f6fd52 + d8b4bcd commit dd585e1
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 81 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ To comply with PyPi's [Acceptable Use Policy](https://pypi.org/policy/acceptable

All Evil files are moved to another repository: [pyhtools-evil-files](https://github.com/dmdhrumilmistry/pyhtools-evil-files)

Install Evil packages using below command:

```bash
python3 -m pip install git+https://github.com/dmdhrumilmistry/pyhtools-evil-files.git
```

Never use provided resources for malicious purpose.

## Join Our Discord Community
Expand Down Expand Up @@ -63,9 +69,6 @@ Never use provided resources for malicious purpose.

# for linux
python3 -m pip install pyhtools[linux]

# with evil packages
python3 -m pip install pyhtools[evil]
```

### Manual Method
Expand Down Expand Up @@ -103,9 +106,6 @@ Never use provided resources for malicious purpose.

# for linux
poetry install -E linux

# with evil packages
poetry install -E evil
```

## Start PyHTools
Expand Down
Loading

0 comments on commit dd585e1

Please sign in to comment.