https://github.com/0xhilsa/vector
vector calculation in python
https://github.com/0xhilsa/vector
mathematics python3 vector
Last synced: 8 months ago
JSON representation
vector calculation in python
- Host: GitHub
- URL: https://github.com/0xhilsa/vector
- Owner: 0xhilSa
- License: mit
- Created: 2024-06-24T21:23:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-27T12:11:54.000Z (over 1 year ago)
- Last Synced: 2025-02-15T01:44:57.803Z (9 months ago)
- Topics: mathematics, python3, vector
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vector
## A python lib for vector calculation
## Installation Instructions:
1. clone this repo
```bash
git clone "https://github.com/Sahil-Rajwar-2004/vector.git"
```
2. navigate to vector directory that you just downloaded/cloned
3. see below instruction for different OS
#### Windows Users
4. If you are using Window OS then run the `install.ps1` script
```ps
pwsh install.ps1
```
#### OR Linux / MacOS Users
4. If you are using Linux / MacOS then run the `install.sh` script
```bash
bash install.sh
```
both the scripts will automatically download the vector lib
# Requirements
- python >= `3.6`
# LICENSE
## MIT