diff options
| author | Nawa <bellefeegore@follepensee.net> | 2012-11-29 02:28:05 +0100 |
|---|---|---|
| committer | Nawa <bellefeegore@follepensee.net> | 2012-11-29 02:28:05 +0100 |
| commit | 29733981680ef96482ad7adb6fb6fc3f4cef685a (patch) | |
| tree | aeb663bcc3c8561ba10008b54b8c943184688e88 /docs/install.rst | |
| parent | d09de4b20d942f322608dd695c09d463fd017bc1 (diff) | |
| download | Chimère-29733981680ef96482ad7adb6fb6fc3f4cef685a.tar.bz2 Chimère-29733981680ef96482ad7adb6fb6fc3f4cef685a.zip | |
Documentation: new corrections
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. |
