Line 34:
Line 34:
Notice that the various zynthian code components are displayed along with the branch name and latest commit hash. A Very helpful sanity check in a world of chaos.
Notice that the various zynthian code components are displayed along with the branch name and latest commit hash. A Very helpful sanity check in a world of chaos.
+
+
Make sure you have a working zynthian first ...
+
+
+
== Setting up Pycharm ==
+
+
Create a new, blank PyCharm project.
+
+
Call it Zynthian.
+
+
Go to VCS->Checkout from Version Control->Git.
+
+
Use the GitHub URL for the given “repositoryname” and use the directory PyCharmProjects/Zynthian/repositoryname.
+
+
When you Click Clone, it will ask you “Would you like to open the directory …/PyCharmProjects/Zynthian/repositoryname?” Click Yes.
+
+
Then it will ask you “How would you like to open the project?” Select “Open in current window” and check “Add to currently opened projects”.
+
+
When you click “Okay” it will add it as a sub-project to Zynthian. You will see it in Bold letters. If it is not bolded, something went wrong somehwere.
+
+
Go into Settings->Version Control->Ignored Files. Make sure to add repositoryname/.idea folder to the list.
+
+
If you go to Settings->Version Control, you should see a list of all repositories that have been added and they all should say “Git”.