Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .env.example

This file was deleted.

18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ example we are using python -m venv:
$ python -m venv pydeckard
$ cd pydeckard
$ source ./bin/activate
$ ./bin/pip install git+https://github.com/misanram/pydeckard.git@Instalar-desde-GitHub
$ ./bin/pip install git+https://github.com/pythoncanarias/pydeckard.git
~~~

As a developer, you must install it in this other way:

~~~console
$ ./bin/pip install git+https://github.com/misanram/pydeckard.git@Instalar-desde-GitHub[dev]
$ git clone https://github.com/pythoncanarias/pydeckard.git
$ cd pydeckard
$ python3 -m venv venv
$ source ./venv/bin/activate
$ pip3 install -e .[dev]
~~~

After installation, the next step is to create the .env configuration file and
Expand Down Expand Up @@ -50,13 +54,7 @@ using the instructions that setup has provided.
You can view the bot log using:

~~~console
$ journalctl -u pydeckard.service -f systemd
~~~

You can use the flag `--verbose` (or `-v') to get more information in the console:

~~~console
$ python3 bot.py --verbose
$ journalctl -u pydeckard.service -f
~~~


Expand All @@ -66,4 +64,4 @@ Use pytest:

~~~console
$ python3 -m pytest
~~~
~~~
18 changes: 0 additions & 18 deletions pydeckard.service.example

This file was deleted.

Loading