networkx / outreachy

BSD 3-Clause "New" or "Revised" License
7 stars 76 forks source link

[First task] Install networkx on your computer and create a PR to this repository #2

Open MridulS opened 2 years ago

MridulS commented 2 years ago

[Everyone can do this task. There is no need to claim/assign this issue]

As the first task, install networkx locally on your computer and make sure you can import it inside your python environment.

>>> import networkx as nx
>>> print(nx.__version__)
<note down this output>

Now create a pull request on GitHub against this repository (https://github.com/networkx/outreachy), first Fork this repository by clicking on the Fork button on the upper right corner on the GitHub UI. Once you have forked the repository, download the repository locally (you would need to install git locally). If you are new to git and github you can go through an introductory video to better understand the git development workflow.

git clone git@github.com:your-github-username/outreachy.git

Go to the current round directory (2023-round-2) and then create a new folder using your github username.

cd outreachy/2023-round-2
mkdir your-github-username

Create a new file inside the new directory your-github-username you just created and call it nx_version.txt

Put the output of print(nx.__version__) inside the file nx_version.txt and commit it locally using git, push your changes to github and create a pull request against this repository.

As an example, we expect you to add something like this to the repository https://github.com/networkx/outreachy/tree/main/2023-round-2/MridulS to successfully complete this task.

peacelovingng commented 2 years ago

Installed Networkx 2.7.1 and completed first Outreachy task

singhmansi25 commented 2 years ago

I have created my first PR. Please review once @MridulS

XiaobenYin commented 2 years ago

Hi, sorry for the late submission. I've completed this task and created a PR. Please review and advise if there's anything I did incorrectly. Thanks in advance! @MridulS

ektagoel-12 commented 1 year ago

First task completed.

PurviChaurasia commented 1 year ago

Hi, I am Purvi Chaurasia, a second year CSAI student at IGDTUW. @MridulS I have successfully completed the first task however, I noticed that your version of NetworkX is 3.0, and for me it is showing 2.5. Is this an issue and should I work on an updated version?

Ruchi-here commented 1 year ago

@PurviChaurasia, you can update the current version through this command : pip install --upgrade networkx[default]

I think it is better to have an updated version

devotuoma commented 1 year ago

Hello? This is Erick as of now we can only work on the first task alone.

devotuoma commented 1 year ago

My networkx is version 2.7.1 after upgrading what could be the problem?

PurviChaurasia commented 1 year ago

@PurviChaurasia, you can update the current version through this command : pip install --upgrade networkx[default]

I think it is better to have an updated version

Thanks a lot Ruchi!

PurviChaurasia commented 1 year ago

Hey @devotuoma Are you working on Jupyter notebook? Cause I was facing a similar issue on it and later switched to vscode.

devotuoma commented 1 year ago

Yeah am working on notebook

devotuoma commented 1 year ago

Hey @devotuoma Are you working on Jupyter notebook? Cause I was facing a similar issue on it and later switched to vscode.

Hello am also stuck on committing and pushing my changes to github so are you working on main or master branch please help me

devotuoma commented 1 year ago

I have managed to complete the first task but I love to learn more about merging and branching in github

PurviChaurasia commented 1 year ago

The introductory video given by @MridulS helped me a lot, perhaps check that out.

MridulS commented 1 year ago

My networkx is version 2.7.1 after upgrading what could be the problem?

That means you have an old python version. Please make sure you are using atleast python 3.8 to make it work with NetworkX version 3.0

PurviChaurasia commented 1 year ago

Yep it works now, thanks :)

Sreeyusha commented 1 year ago

First Task was completed. Moving on to next task.

devotuoma commented 1 year ago

My networkx is version 2.7.1 after upgrading what could be the problem?

That means you have an old python version. Please make sure you are using atleast python 3.8 to make it work with NetworkX version 3.0

Okay, let me check on it . Then would you please just let me know the day to day tasks that one is required to to for the contribution to this project please. My time zone is kind of like set back please help me .

MridulS commented 1 year ago

Then would you please just let me know the day to day tasks that one is required to to for the contribution to this project please.

Please go through https://github.com/networkx/networkx/discussions/6442, the issues in this repository https://github.com/networkx/outreachy/issues/ are the tasks you are supposed to be working on during the contribution phase.

My time zone is kind of like set back please help me .

Don't worry about the timezone, most of the people in the networkx team live in different timezones :)

devotuoma commented 1 year ago

It worked

AnishereMariam commented 1 year ago

The first task was completed with PR #174

Adenike-star commented 11 months ago

First task nx_version file

Adenike-star commented 11 months ago

First task nx_version file #225

sajid-karim02 commented 10 months ago

First task nx_version file