psarna / scylla-python-driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the smoke test

  1. Run scylla
  2. Set up virtualenv, e.g. in ~/local/venv directory
  3. Enter the virtual env via . ~/local/venv/bin/activate
  4. Run:
 pip install --user maturin
 mkdir -p ~/local/venv
 VIRTUALENV=~/local/venv maturin develop
  1. Run the example python code - it works!
  python example.py

About


Languages

Language:Rust 84.6%Language:Python 15.4%