Compare commits

...

2 commits

Author SHA1 Message Date
7386bae4ed
Added prerequisites in README.md 2022-12-09 00:10:40 +01:00
c5b97ccab3
Removed specific dependency versions 2022-12-09 00:08:46 +01:00
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
# Reddit Mastodon Crossposter # Reddit Mastodon Crossposter
## Prerequisites
- Python 3
- conda/mamba
## Usage ## Usage
1. Install conda env with `conda env create -f environment.yml`. 1. Install conda env with `conda env create -f environment.yml`.

View file

@ -5,6 +5,6 @@ channels:
dependencies: dependencies:
- praw - praw
- pip: - pip:
- mastodon-py==1.5.2 - mastodon-py
- python-dotenv==0.21.0 - python-dotenv
- wget==3.2 - wget