Skip to content

Commit

Permalink
delta README
Browse files Browse the repository at this point in the history
  • Loading branch information
phiweger committed Nov 25, 2019
1 parent b7cb47a commit a0cda3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2018, Adrian Viehweger
Copyright 2019, Adrian Viehweger

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All releases of `nanotext` starting from r89 are pegged against the correspondin
```bash
# Create a new conda environment to experiment in
conda create -y -n nanotext && conda activate nanotext
conda install faiss-cpu -c pytorch # for fast vector search
conda install -y -c pytorch faiss-cpu # for fast vector search
conda install -y -c bioconda pybedtools pysam

# Install the nanotext library
Expand Down

0 comments on commit a0cda3a

Please sign in to comment.