Reputation: 63
So Im working with the PyCharm IDE on my Mac and try to import this git repository. The instruction on the website say (https://github.com/jsfenfen/990-xml-database):
git clone this repository git clone https://github.com/jsfenfen/990-xml-database.git and $ cd 990-xml-database
--> I guess, these instructions are meant for the Terminal. Git is already installed and I also have a Github account - PyCharm settings for both are done. What are all the steps now I need to do in my Terminal or PyCharm?
Upvotes: 4
Views: 26350
Reputation: 4803
Go to VCS - > Get from Version Control
You will get a screen which looks like this. Just enter your repository URL.
Upvotes: 12