-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- 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 cloneand 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.´