mirror of https://github.com/m-labs/artiq.git
da4a6a2e64 | ||
---|---|---|
.. | ||
aiohttp | ||
artiq | ||
binutils-or1k-linux | ||
chardet | ||
dateutil | ||
flterm | ||
libgit2 | ||
libssh2 | ||
lit | ||
llvmdev-or1k | ||
llvmlite-artiq | ||
prettytable | ||
pydaqmx | ||
pyelftools | ||
pygit2 | ||
pyqtgraph | ||
pythonparser | ||
quamash | ||
sphinx-argparse | ||
README.md |
README.md
Uploading conda packages (Python 3.5)
Preparing:
- Install miniconda
conda update -q conda
conda install conda-build jinja2 anaconda
conda create -q -n py35 python=3.5
conda config --add channels https://conda.anaconda.org/m-labs/channel/dev
Building:
conda build pkgname --python 3.5
; this command displays a path to the freshly built packageanaconda upload <package> -c main -c dev