Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarieS-WiMLDS committed Jan 9, 2025
1 parent dae1b53 commit a3ce608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can find information on the latest version [here](https://anaconda.org/conda
1. From your Python code, create and load a skore project:
```python
import skore
my_project = skore.create("my_project", overwrite=True)
my_project = skore.open("my_project", create = True)
```
This will create a skore project directory named `my_project.skore` in your current working directory.

Expand Down

0 comments on commit a3ce608

Please sign in to comment.