Skip to content

Commit

Permalink
Update examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaSare committed May 27, 2020
1 parent 21007d4 commit fb60e41
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions mds/examples.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
[Back home](../README.md)

# Example runs

<!-- There is a full example python script with comments in `docs/example.py`.
Some more example files can be found in `docs/example_scripts/`. -->
Somre precooked examples for users to test that `physcraper` is working properly after instalation and to familiarize with the outputs. Al examples are on `docs/examples/`.

## Example ot_350: blasting remotely

Run physcraper interactively on python with the command:

```
python -i docs/examples/data_scrape.py
```

Or directly from the command line with:
## Minimal example

```
python -i docs/examples/minimal.py
```

[Previous: Running physcraper](running.md)

[Next: Running the tests](testing.md)

0 comments on commit fb60e41

Please sign in to comment.