-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nick Ren edited this page Jun 30, 2023
·
9 revisions
Welcome to the actio_python_utils wiki!
- Navigate to the Directory:
cd actio_python_utils
- Create a New Conda Environment:
conda create -n actio_python_utils python=3.11
- Activate the Conda Environment:
conda activate actio_python_utils
- Install Required Packages:
pip install -r requirements_dev.txt
- Run the Tests:
python -m unittest tests.test_db_connection
- Navigate to Your Project's Directory:
cd your_project_directory
- install
actio_python_utils
via Git:
pip install git+ssh://[email protected]/ActioBio/actio_python_utils.git