Skip to content
Snippets Groups Projects
Commit dbca57d0 authored by Matthieu FAURE's avatar Matthieu FAURE
Browse files

DOC created

parent 1113b263
No related branches found
No related tags found
No related merge requests found
# SILL-Downloader Documentation
## Prérequis
* Python 2.7 (Python 3.x non testé)
## Proxy
Si un proxy doit être utilisé, le configurer directement dans le code (en attendant de rendre cela paramétrable) :
```
urllib2.ProxyHandler({'http': 'proxyserv:80', 'https': 'proxyserv:80'})
```
## Utilisation
1. Mettre à jour le fichier `downloadsoftref.ini`
1. Lancer `python downloadsoftref.py`
1. Les logiciels sont téléchargés dans le dossier `paquet-appli`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment