Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MridulS opened this issue Mar 28, 2022 · 24 comments
Labels

Comments

@MridulS
Copy link
Member

MridulS commented Mar 28, 2022

[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

This comment was marked as outdated.

@singhmansi25

This comment was marked as outdated.

@XiaobenYin

This comment was marked as outdated.

@ektagoel-12

This comment was marked as resolved.

@PurviChaurasia

This comment was marked as resolved.

@Ruchi-here

This comment was marked as resolved.

@devotuoma

This comment was marked as resolved.

@devotuoma

This comment was marked as resolved.

@PurviChaurasia

This comment was marked as resolved.

@PurviChaurasia

This comment was marked as resolved.

@devotuoma

This comment was marked as resolved.

@devotuoma

This comment was marked as resolved.

@devotuoma

This comment was marked as resolved.

@PurviChaurasia

This comment was marked as resolved.

@MridulS

This comment was marked as resolved.

@PurviChaurasia

This comment was marked as resolved.

@Sreeyusha

This comment was marked as resolved.

@devotuoma

This comment was marked as resolved.

@MridulS

This comment was marked as resolved.

@devotuoma

This comment was marked as resolved.

BenFaruna added a commit to BenFaruna/outreachy that referenced this issue Mar 12, 2023
@AnishereMariam

This comment was marked as resolved.

MridulS added a commit that referenced this issue Mar 31, 2023
#2 outreachy installation of networkx
unna97 added a commit to unna97/outreachy that referenced this issue Oct 3, 2023
[First task] Install networkx on your computer and create a PR to this repository networkx#2
@olami22 olami22 mentioned this issue Oct 3, 2023
@KramStyles KramStyles mentioned this issue Oct 5, 2023
@Adenike-star
Copy link
Contributor

@Adenike-star
Copy link
Contributor

First task nx_version file #225

@sajid-karim02
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests