Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

fixpoint/conda-offline-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conda-offline-channel

Version

MIT License

Downloads

Install with

A conda subcommand to build an offline channel which contains all requirements.

Note

I'm planning to add this feature into an official conda-bld repository. See conda/conda-build#2387 for more detail.

Requirements

  • conda
  • conda-build

Install

conda install -c lambdalisue conda-offline-channel 

Usage

# Build an offline channel for 'django' in 'channel' directory
conda offline-channel django

# Build an offline channel for 'numpy' and 'matplotlib' in 'offline_channel' directory
conda offline-channel numpy matplotlib --root-dir offline_channel