0xInfty / PyVTools

Repository from Github https://github.com0xInfty/PyVToolsRepository from Github https://github.com0xInfty/PyVTools

PyVTools

General custom tools to work in scientific research using Python

Getting Started

Installation

This package can easily be installed using pip:

pip install pyvtools

An alternative installation that partially uses Anaconda would involve...

  1. First, install some Anaconda distribution, in case you do not have any: https://docs.anaconda.com/anaconda/install/
  2. Then, create an Anaconda environment with Python
    conda create -n dev python
  3. Activate the environment
    conda activate dev
  4. Then, install all required packages by running the install.sh script:
    yes | . install.sh
  5. That's it! You're good to go :)

That second installation procedure is designed to be overly redundant, so please feel free to follow your own installation procedure.

Requirements

Provided installation steps are only guaranteed to work in Ubuntu 24.04.

Additional information

Main Author Contact

Valeria Pais - @vrpais - valeriarpais@gmail.com

About

License:MIT License


Languages

Language:Python 98.1%Language:Shell 1.9%