Skip to content

Commit

Permalink
Replace references to requirements.txt with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Nov 11, 2022
1 parent cdf144f commit 90c9b7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ Navigate to an empty directory in the terminal and run the following commands:
> conda create -n py37alto python=3.7
> conda activate py37alto
```

To install that checkout you can
```
> pip install pyproject.toml
```
or you can simply install the latest release (but this may not be up to date with local changes)
You can simply install the latest release (but this may not be up to date with the GitHub `main` branch)
```
> pip install alto2txt
```
Expand Down Expand Up @@ -71,7 +70,7 @@ conda activate py37alto
#### Install Required Packages


Install the required packages which are outlined in `requirements.txt`:
Install the required packages which are outlined in `pyproject.toml`:

```
pip install pyproject.toml
Expand Down

0 comments on commit 90c9b7a

Please sign in to comment.