NCATComp410 / comp410_fall_2020

Repository for COMP410 Fall 2020 Semester
GNU General Public License v3.0
0 stars 20 forks source link

Create stub function for show interface #33

Closed m-maque96 closed 4 years ago

m-maque96 commented 4 years ago

Work for sprint1 - master issue is #19

m-maque96 commented 4 years ago

@claesmk Good evening Mike. I am trying to start up and complete the stub function for show interface. I am up to the implement the stub function. I wanted to see if I am setting up pycharm correctly. I attached the window of the new project. pycharm set up

claesmk commented 4 years ago

I'm assuming you already installed anaconda and created the py38 venv as described in the release notes. If so, then you can follow the JetBrains PyCharm instructions to use an existing conda env. Let me know if you have trouble and need to setup a Zoom call.

claesmk commented 4 years ago

When you do this you should see your py38 env pop up as a choice in the existing interpreter box.

m-maque96 commented 4 years ago

I finished implementing the stub function for show interface.

m-maque96 commented 4 years ago

Mike helped issue with PyCharm issues and git bash issue.

m-maque96 commented 4 years ago

Once I added stub function and added the print show interface, committed my changes, merged, and pushed. How do I this step: 3) Sync your fork to the master repo. @claesmk

claesmk commented 4 years ago

You are 4 commits ahead, 3 commits behind NCATComp410:dev so you need to sync your fork and push again. After you've done that you'll need to submit a pull request - just browse to your repo and click pull request

m-maque96 commented 4 years ago

For some reason when I tried to pushed, a window popped up saying to login to github, and I tried to log in, but it kept loading and did not do anything @claesmk

claesmk commented 4 years ago

Try

git push

from your terminal window see if you can login that way

m-maque96 commented 4 years ago

dmeyer3691 Merge pull request #56 from m-maque96/dev