Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
atlas
please-install
Commits
d4eb46fb
Commit
d4eb46fb
authored
May 15, 2018
by
Matthieu Boileau
Browse files
Add README.md
parent
d8baadcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
d4eb46fb
# Installation
Requires only
`envtpl`
for module file templating:
```
pip install envtpl
```
# Usage
Each directory corresponds to a library/application installation.
It contains 2 files:
-
`module.tmpl`
, a module file templated with Jinja2
-
`install.sh`
, a bash script to be run:
-
without argument, it downloads/compiles/installs the library + module file
-
with
`./install.sh clean`
: removes the building directory
-
with
`./install.sh module`
: install only the module file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment