Teichlab / Genes2Genes

Aligning gene expression trajectories of single-cell reference and query systems
https://teichlab.github.io/Genes2Genes/
MIT License
44 stars 5 forks source link

toml installation #3

Closed ktpolanski closed 1 year ago

ktpolanski commented 1 year ago

Was able to pip install . this version, navigate to a different folder, and be able to import genes2genes just fine.

Modified the installation instructions and demo notebook - can just import from the installed package now.

ktpolanski commented 1 year ago

I was able to pip install git+https://github.com/Teichlab/Genes2Genes.git@flit and subsequently import genes2genes in a clean python3.8 conda environment.