Skip to content

Commit

Permalink
Update install-script documentation and reorder installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Feb 24, 2020
1 parent 6c8b5ea commit 23b47b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ usage:

** --install **

With this option, the script will install everything you need to run the bot:
With this option, the script will install the bot and most dependencies:
You will need to have git and python3.6+ installed beforehand for this to work.

* Mandatory software as: `ta-lib`
* Setup your virtualenv
* Configure your `config.json` file
* Setup your virtualenv under `.env/`

This option is a combination of installation tasks, `--reset` and `--config`.

Expand All @@ -83,7 +83,7 @@ This option will hard reset your branch (only if you are on either `master` or `

** --config **

Use this option to configure the `config.json` configuration file. The script will interactively ask you questions to setup your bot and create your `config.json`.
DEPRECATED - use `freqtrade new-config -c config.json` instead.

------

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: Freqtrade
nav:
- About: index.md
- Installation: installation.md
- Home: index.md
- Installation Docker: docker.md
- Installation: installation.md
- Configuration: configuration.md
- Strategy Customization: strategy-customization.md
- Stoploss: stoploss.md
Expand Down

0 comments on commit 23b47b6

Please sign in to comment.