Skip to content

Commit

Permalink
changed instructions for creating conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
Drustan DSO@Titan committed Aug 10, 2023
1 parent 42cd8d0 commit 61286d5
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 241 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ modified to include all missing but necessary entities or relations.
Use the `environment.yml` file to create a new conda environment like so:

```bash
conda create --name text2sparql --file environment.txt
conda env create -f environment.yml
```

Then activate it as you would any other environment.
Expand Down
240 changes: 0 additions & 240 deletions environment.txt

This file was deleted.

Loading

0 comments on commit 61286d5

Please sign in to comment.