diff options
author | 2018-10-06 18:43:47 +0100 | |
---|---|---|
committer | 2018-10-06 18:43:47 +0100 | |
commit | 7ed17906148cb1e258e090b97dbd17f1557ad900 (patch) | |
tree | 6dc7f206cae96e702a0e503a7bd02d92666daada /README.md | |
parent | Update README.md (diff) |
added links for how to achieve Setup without Pycharm
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -97,3 +97,12 @@ Now to tell other people what your PR does At this point your PR will either be accepted or a maintainer might request some changes. So you can read up some more on [https://try.github.io](Git), [https://www.jetbrains.com/help/pycharm/quick-start-guide.html](PyCharm) or you might want to learn more about Python and discord: [https://discordpy.readthedocs.io/en/rewrite/](discord.py rewrite) + + +### Without PyCharm +The process above can be completed without PyCharm however it will be necessary to learn how to use Git, Pipenv and Environment variables. + +You can find tutorials for the above below: +- Git: [try.github](http://try.github.io/) +- Pipenv [Pipenv.readthedocs](https://pipenv.readthedocs.io) +- Environment Variables: [youtube](https://youtu.be/bEroNNzqlF4?t=27) |