Skip to content

Commit

Permalink
Make repo pip installable from git (#242)
Browse files Browse the repository at this point in the history
* 🔧 Make repo pip installable from git

* 📚 Update installation instructions

* ⬆️ Upgrade dependencies

* 📚 Correct minimum python verson
  • Loading branch information
JohnGiorgi authored Feb 25, 2022
1 parent 72f1602 commit 694b3d1
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 111 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,16 @@ A Python package that makes it easy to use sequence-to-sequence (seq2seq) learni

This repository requires Python 3.7.1 or later. The preferred way to install is via pip:

```
pip install seq2rel

```bash
pip install git+https://github.com/JohnGiorgi/seq2rel.git
```

If you need pointers on setting up an appropriate Python environment, please see the [AllenNLP install instructions](https://github.com/allenai/allennlp#installing-via-pip).

### Installing from source

You can also install from source.

Using `pip`:

```
pip install git+https://github.com/JohnGiorgi/seq2rel
```

Using [Poetry](https://python-poetry.org/):
You can also install from source using [Poetry](https://python-poetry.org/):

```bash
# Install poetry for your system: https://python-poetry.org/docs/#installation
Expand Down
Loading

0 comments on commit 694b3d1

Please sign in to comment.