aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar xedre <[email protected]>2018-10-06 18:43:47 +0100
committerGravatar GitHub <[email protected]>2018-10-06 18:43:47 +0100
commit7ed17906148cb1e258e090b97dbd17f1557ad900 (patch)
tree6dc7f206cae96e702a0e503a7bd02d92666daada /README.md
parentUpdate README.md (diff)
added links for how to achieve Setup without Pycharm
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d04fa85e..46f322ff 100644
--- a/README.md
+++ b/README.md
@@ -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)