UBC-MDS / p_toolkit_Python

A toolkit for adjusting and visualizing p values in Python
MIT License
1 stars 1 forks source link

Python project setup #2

Open vmulholl opened 6 years ago

vmulholl commented 6 years ago

Setup task list from DSCI524-Lecture 3 resources:

The Hitchhiker’s Guide to Packaging

amygoldlist commented 6 years ago

Here's a link to the setup file. If we decide to change any names, (such as the src folder, we will need to also make the change in the setup.py file

amygoldlist commented 6 years ago

We will need to list package dependencies, i think we agreed on numpy and pandas. We can see if we want matplotlib or seaborn to visualize.