Skip to content

kiratalreja3/c3dev

 
 

Repository files navigation

Installation

I assume you have cloned this repo (and the one for cogent3) to your local machine.

More details are on the c3dev wiki.

If you use conda

$ cd path/to/repos/c3dev
$ conda env create -f c3dev_environment.yml

will install the command line scripts into the active conda environment.

Then

$ cd path/to/repos/cogent3
$ flit install --deps all -s --python `which python`

installs cogent3 and all optional dependencies.

Non-conda

$ cd path/to/repos/c3dev
$ pip install -e .

followed by

$ cd path/to/repos/cogent3
$ flit install --deps all -s --python `which python`

About

cogent3 developer tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.9%