Skip to content
Nick Ren edited this page Jun 30, 2023 · 9 revisions

Welcome to the actio_python_utils wiki!

Testing Instructions

  1. Navigate to the Directory:
cd actio_python_utils
  1. Create a New Conda Environment:
conda create -n actio_python_utils python=3.11
  1. Activate the Conda Environment:
conda activate actio_python_utils
  1. Install Required Packages:
pip install -r requirements_dev.txt
  1. Run the Tests:
python -m unittest tests.test_db_connection

Installing to Another Project

  1. Navigate to Your Project's Directory:
cd your_project_directory
  1. install actio_python_utils via Git:
pip install git+ssh://[email protected]/ActioBio/actio_python_utils.git
Clone this wiki locally