User Rating: 5 / 5

Star ActiveStar ActiveStar ActiveStar ActiveStar Active
 

Article Index

Eclipse Import Git Project:

  1. Select File->Import
  2. Select Git->Projects from Git, then click "Next" button.
  3. Select "Clone URI", then click "Next" button.
  4. On the "Import Projects from Git", enter the git repository information, then click "Next" button.
  5. Select a branch to checkout, then click "Next" button.
  6. Define an Project directory inside the "Workspace" folder, ei.  ~/workspace/MyProject
  7. Click the "Next" button.
  8. Wait while Eclipse imports the git repo and branch.
  9. Select "Import using the New Project Wizard"
  10. Click "Finish" button.
  11. On the "New Project" window, select "PyDev Project" and click "Next" button.
  12. Enter project name "MyProject", click "Finish" button.
  13. If prompted, click "Open Perspective" button.
  14. On the Package Explorer, select "MyProject"
  15. Select menu "Project->Properties".
  16. Select "PyDev - PYTHONPATH".
  17. Select "Add source folder" button.
  18. Select MTFpy->lib, then click "OK" button.
  19. Click "Apply and Close" button.