aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)