Skip to content

get_started

Rémy Noulin edited this page Aug 31, 2021 · 1 revision

Get started

First you need to import and initialize your EpiWrap "client" like that:

from epiwrap import intra

# With autolog
client = intra.EpiWrap(autolog="autolog link here")

# With user token
client = intra.EpiWrap(token="you token here")

Now you can go to the next page ->

Clone this wiki locally