To install required pip modules for generate_toml.py, run
source scripts/setup_base.sh- go to
generate_toml.pyfile, and complete the setup in theUser Setupsession.
options = Options(
# Will you use the discussion session in your repo?
discussion=False
)
# Define the general information of your package
kwargs = Kwargs(
name_space="None",
module_name="None",
description="None",
)If you wrote all the information, run
python generate_toml.py
If you want to understand the generation process, check the template variable in generate_toml.py.
Finish User Setup first. Of course, conda command must be available.
Run
source scripts/setup_env.shsteps
- create an conda environment named as your $MODULE_NAME
- activate the environment.
- install requirements.txt
Not documented yet.