new_package
Contents
Description
Short package description. This is a test package to help develop the package template and GitHub workflows.This package was created using the native_package_cookiecutter
template.
Installation
The best way to install the package is to clone the repository and then install the local version in editable mode.This allows any changes to the package to be immediately reflected directly in your environment.
clone repository
$ git clone git@github.com:chrisjackr-naitive/new_package.git
activate virtual environment
$ conda activate env
cd to package root and install
$ cd new_package
$ (env) pip install -e .
Usage
No usage instructions.
View package documentation.
Diagrams
No diagrams currently.
Copyright Naitive Technologies 2022