Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xhilsa/vector
vector calculation in python
https://github.com/0xhilsa/vector
mathematics python3 vector
Last synced: 17 days 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-27T12:11:54.000Z (7 months ago)
- Last Synced: 2024-12-15T15:19:41.806Z (24 days 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