From d2d736a8f6517ecf39e78ea4038e96830e123594 Mon Sep 17 00:00:00 2001 From: Benoit Courty <6603048+benoit-cty@users.noreply.github.com> Date: Mon, 30 May 2022 13:51:51 +0200 Subject: [PATCH] Update .conda/README.md Co-authored-by: sandcha --- .conda/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.conda/README.md b/.conda/README.md index 3834842f..ddae6862 100644 --- a/.conda/README.md +++ b/.conda/README.md @@ -26,8 +26,10 @@ To create the package you can do the following in the project root folder: - Hash SHA256 - Package URL on PyPi -- Build & Upload package: +- Install `conda-build` to build the package and [anaconda-client](https://github.com/Anaconda-Platform/anaconda-client) to push the package to anaconda.org: - `conda install -c anaconda conda-build anaconda-client` + +- Build & Upload package: - `conda build .conda` - `anaconda login` - `anaconda upload openfisca-country-template--py_0.tar.bz2` \ No newline at end of file