Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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