Skip to content

Packaged code for PyPI by ahmedsa #11

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SyedMustafaAhmad
Copy link

I made a single commit with all the changes listed instead of minor commits.
TestPyPI_ahmedsa

…, made solev() accept user arguements. Changed src file paths. All changes requirements for exercise to package the python code and upload to TestPyPI
Exercise changes to make Python package
Comment on lines +24 to +31
To run the package, you can use the following command:
```console
python3 diffusion2d.py
```
Or if you prefer to pass values of dx, dy and D (respectively), you can pass them as arguements as follows:
```console
python3 diffusion2d.py solve <dx> <dy> <D>
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instructions to run the packaged code are expected here. Without instructions to run the packaged code, it is hard to figure out how it works.

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

Successfully merging this pull request may close these issues.

2 participants