Skip to content

Learn Python by creating trading strategies for DEXBot

Marko Paasila edited this page Aug 29, 2018 · 1 revision

We recommend Ubuntu 18.04 LTS and PyCharm Community Edition.

Dive right in

  • Install Ubuntu on your computer or in a virtual machine
  • Get a Github account
  • Go to https://github.com/Learn-code-strategies/DEXBot
  • Create a fork for yourself by pressing the fork button
  • Create a suitable directory on your computer for all coding projects and open a terminal in it.
  • Clone your own repository by typing git clone and the link you get from the green button "clone or download". Then press enter. You should now have a local copy of DEXBot.
  • Make a branch for experimenting or making changes: git branch my-first-experiment´
  • Go into that branch: git checkout my-first-experiment . Now feel free to do anything. Everything is easily reversible.´

Clone this wiki locally