Compare commits
2 commits
56e8c3e066
...
7386bae4ed
Author | SHA1 | Date | |
---|---|---|---|
7386bae4ed | |||
c5b97ccab3 |
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
# Reddit Mastodon Crossposter
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Python 3
|
||||
- conda/mamba
|
||||
|
||||
## Usage
|
||||
|
||||
1. Install conda env with `conda env create -f environment.yml`.
|
||||
|
|
|
@ -5,6 +5,6 @@ channels:
|
|||
dependencies:
|
||||
- praw
|
||||
- pip:
|
||||
- mastodon-py==1.5.2
|
||||
- python-dotenv==0.21.0
|
||||
- wget==3.2
|
||||
- mastodon-py
|
||||
- python-dotenv
|
||||
- wget
|
||||
|
|
Loading…
Reference in a new issue