Skip to content

0xInfty/PyVTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published