diff options
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst index 9a5af1f..b68b365 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -138,15 +138,15 @@ Another solution is to get it from the git repository:: Create a custom project template ******************************** -There a default project provided *example_project*. Copy and modify it (or -get another project based on Chimère):: +There, a default project is provided (*example_project*). Copy and modify +it (or get another project based on Chimère):: cd $INSTALL_PATH/chimere cp -ra example_project mychimere_project Your project name is used for the name of the Python package of your template. As a Python package it should follow the rule of Python variable name: -it must be at least one letter and can have a string of numbers, letters and +it must contain at least one letter and can have a string of numbers, letters and underscores ("_") to any length. Don't use accentuated letters. Don't begin the name by "_" because it has special significance in Python. |
