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
proba-mc2020
proba-mc2020
Commits
d8a01977
Commit
d8a01977
authored
Jan 20, 2020
by
Matthieu Boileau
Browse files
Update README
parent
03694b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d8a01977
...
...
@@ -20,7 +20,7 @@ Create virtual environment:
virtualenv .env
```
Activate virtual
env:
Activate virtualenv:
```
bash
source
.env/bin/activate
...
...
@@ -34,10 +34,28 @@ pip install -r requirements.txt
## Usage
Run python script (once virtualenv is activated):
### Activate virtualenv
From project root directory, run:
```
bash
source
.env/bin/activate
```
### Run within Jupyter notebooks
From project root directory, run:
```
bash
jupyter-notebook
```
### Launch python scripts from command line
```
bash
python srw.py
```
Test within a Jupyter notebook using
[

](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.math.unistra.fr%2Fproba-mc2020%2Fproba-mc2020/master)
## Test with Binder
[

](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.math.unistra.fr%2Fproba-mc2020%2Fproba-mc2020/master)
Write
Preview
Supports
Markdown
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