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

REAMDE.md file enhanced #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vector/
.ipynb_checkpoints
1,118 changes: 1,118 additions & 0 deletions .ipynb_checkpoints/pip install vixtor-checkpoint.ipynb

Large diffs are not rendered by default.

53 changes: 29 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,42 @@
# vixtor

## pip install vixtor
## How to install
`
$ pip install vixtor
`

#### ...made with love and hardwork ;)
#### [Post on LinkedIn](https://www.linkedin.com/feed/update/urn:li:activity:6715639149992394752/)

[![pypi](https://raw.githubusercontent.com/imvickykumar999/vixtor/master/pypi.png)](https://pypi.org/project/vixtor/)
[![pypi](assets/pypi.png)](https://pypi.org/project/vixtor/)

# Package : Vixtor = Vix (my nickname) + 3D_Vector
# Package : Vixtor = Vix (nickname) + Vector

...this package can solve most of the questions of chapter 11, [NCERT](https://github.com/imvickykumar999/vixtor/blob/master/NCERT-Books-for-class%2012-Maths-Chapter%2011.pdf) (3D Vector) of class 12th.
This package can solve most of the questions of chapter 11, [NCERT](asstes/NCERT-Books-for-class%2012-Maths-Chapter%2011.pdf) (3D Vector) of class 12th.

...checkout my linkedin post for tutorial on how to use package's function and fully explained by solving questions.
check my my linkedin post out for demonstration on how to use package's function and fully explained by solving questions.

...repo on github ( username : imvickykumar999 )

![plane](https://raw.githubusercontent.com/imvickykumar999/vixtor/master/vixtor.png)
![plane](assets/vixtor.png)

# How to Upload to PyPi :

1. creating a folder: any name
2. creating a sub folder : vector
3. creating a sub folder : vixtor
4. create __init__.py inside 2nd folder
5. create setup.py inside 1st folder
6. pip install setuptools
7. import setuptools
8. define setup configuration inside setup.py file
9. include manifest.in
10. include readme.txt
11. include license.txt
13. run 'python setup.py sdist' cmd in terminal
14. install twine package :'pip install twine'
15. twine upload dist/*
or, python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
16. Enter your PyPi username and then password.
## How to Upload to PyPi :

> * creating a folder: any name
> * creating a sub folder : vector
> * creating a sub folder : vixtor
> * create init.py inside 2nd folder
> * create setup.py inside 1st folder
> * pip install setuptools
> * import setuptools
> * define setup configuration inside setup.py file
> * include manifest.in
> * include readme.txt
> * include license.txt
> * run 'python setup.py sdist' cmd in terminal
> * install twine package :'pip install twine'
> * twine upload dist/* or, python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
> * Enter your PyPi username and then password.


From : [Vicky Kumar](https://github.com/imvickykumar999)
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion pip install vixtor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
1,982 changes: 0 additions & 1,982 deletions vixtor.ipynb

This file was deleted.