JohnDoee / autotorrent

Matches torrents with files and gets them seeded
MIT License
269 stars 34 forks source link

no such option: --create_config #12

Closed adamwinn closed 6 years ago

adamwinn commented 7 years ago

Following the steps in the readme, I get:

user@server460:~/.local/bin$ autotorrent-env/bin/pip --create_config autotorrent-env/autotorrent.conf

Usage:   
  pip <command> [options]

no such option: --create_config

Am I missing a step? Or can you provide what a sample config file looks like and I can just create it myself?

JohnDoee commented 7 years ago

pip installs stuff, you have to run the autotorrent script to do the autotorrent stuff

e.g. to create config: autotorrent-env/bin/autotorrent --create_config

to scan your data: autotorrent-env/bin/autotorrent -r

to add files to your client: autotorrent-env/bin/autotorrent -a path/to/torrents/*.torrent

adamwinn commented 7 years ago

Looks like there's a typo in the readme then:

Create the configuration file

autotorrent-env/bin/pip --create_config autotorrent-env/autotorrent.conf