source: fullrmc-pkg/notes @ 4383

Last change on this file since 4383 was 4383, checked in by toby, 4 years ago

upload files for conda builds

File size: 717 bytes
Line 
1Preparing:
2
3        bash ~/Downloads/Miniconda3-latest-MacOSX-x86_64.sh
4        source .../bin/activate
5        conda update --all
6        conda install conda-build anaconda-client
7
8        (anaconda-client is used for uploads)
9
10Building:
11        conda build pylocker
12
13        repeat for
14               pylocker
15               pypref       
16               pyrep
17               pysimplelog
18               pdbparser
19               fullrmc
20Upload:
21
22        conda login
23        anaconda upload --user fullrmc /Users/toby/Scratch/minifrmc/conda-bld/osx-64/fullrmc-4.1.0-py37_0.tar.bz2
24
25        or
26
27        anaconda upload --user fullrmc /Users/toby/Scratch/minifrmc/conda-bld/osx-64/*tar*
28
29Testing:
30
31        bash ~/Downloads/Miniconda3-latest-MacOSX-x86_64.sh
32       
33        source /tmp/t3/bin/activate
34        conda update --all
35
36        conda install fullrmc -c fullrmc
Note: See TracBrowser for help on using the repository browser.