Description
Project description
dash_cm
Setup
Choose a package name and replace the template name dash_cm
in all files:
./quick-start.sh MyPackageName
rm quick-start.sh # you can delete this file afterwards
Upload to pypi
pip install --upgrade pip
pip install wheel twine
Place your pypi token in $HOME/.pypirc
:
[pypi]
username = __token__
password = # either a user-scoped token or a project-scoped token you want to set as the default
To upload to pypi,
make
Install
pip install dash_cm
pip install -e <path-to-repo>/dash_cm
pip install git+ssh://git@github.com/<path-to-repo>.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dash_cm-0.1.2.tar.gz
(2.2 kB
view hashes)