Skip to main content

VS-Lite in Python

Project description

PyVSL

VS-Lite in Python.

It contains two modes:

  1. A python wrapper of the original R package of VS-Lite by Suz Tolwinski-Ward (https://github.com/suztolwinskiward/VSLiteR)
  2. VS-Lite in pure Python (TODO)

How to install

For the wrapper mode, we need to install the original R package of VS-Lite, which can be done by executing the below lines in the R console:

install.packages("devtools")
library(devtools)
install_github("fzhu2e/VSLiteR")

After that, we need to install the rpy2 python package:

pip install rpy2

Then we are ready to install PyVSL:

pip install PyVSL

to install from PyPi, or

pip install -e .

in the directory of the downloaded repo to install from the local path.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyVSL-0.0.2.tar.gz (15.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page