Skip to content

Commit

Permalink
Update README.md (#16)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
ali-bahjati authored Mar 2, 2023
1 parent 2e79473 commit 9068383
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ An example configuration file can be found in [`config/config.toml`](config/conf

## Run
```bash
# Create and activate a virtualenv to run the publisher in
python -m venv .venv
. .venv/bin/activate
pip install --upgrade setuptools pip
# Install poetry if it's not installed, then run the
# following command to install the dependencies.
poetry install

# Install the publisher
pip install -e .
# Run the tests
poetry run pytest

# Run the publisher
python -m publisher --config=config/config.toml
poetry run example-publisher --config config/config.toml
```

0 comments on commit 9068383

Please sign in to comment.