-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Labels
Comments
This was referenced Mar 28, 2022
Merged
This comment was marked as outdated.
This comment was marked as outdated.
Merged
This comment was marked as outdated.
This comment was marked as outdated.
Closed
Merged
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Merged
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
BenFaruna
added a commit
to BenFaruna/outreachy
that referenced
this issue
Mar 12, 2023
This comment was marked as resolved.
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
Merged
Merged
Merged
Merged
Merged
Merged
First task nx_version file #225 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[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.
Now create a pull request on GitHub against this repository (https://github.com/networkx/outreachy), first
Fork
this repository by clicking on theFork
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 togit
andgithub
you can go through an introductory video to better understand thegit
development workflow.Go to the current round directory (
2023-round-2
) and then create a new folder using your github username.Create a new file inside the new directory
your-github-username
you just created and call itnx_version.txt
Put the output of
print(nx.__version__)
inside the filenx_version.txt
and commit it locally usinggit
, 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.
The text was updated successfully, but these errors were encountered: