Skip to content

Commit 3cd5e53

Browse files
Update README.md
1 parent 08cbde8 commit 3cd5e53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Description
77
DeepChain apps is a collaborative framework that allows the user to create scorers to evaluate protein sequences. These scorers can be either Classifiers or Predictors.
88

9-
This github is hosting a template for creating a personnal application to deploy on deepchain.bio. The main deepchain-apps package can be found on pypi.
9+
This github is hosting a template for creating a personal application to deploy on deepchain.bio. The main deepchain-apps package can be found on pypi.
1010

1111
## Installation
12-
It is recommmanded to work with conda environnements in order to manage the specific dependencies of the package.
12+
It is recommended to work with conda environnements in order to manage the specific dependencies of the package.
1313
```bash
1414
conda create --name deepchain-env python=3.7 -y
1515
conda activate deepchain-env
@@ -219,4 +219,4 @@ Here for some full details of the architecture [esm](https://github.com/facebook
219219
!! The embedding will run on a GPU on the platform. But for a testing phase on your personal computer (CPU), you should choose the smaller architecture.
220220

221221
## License
222-
Apache License Version 2.0
222+
Apache License Version 2.0

0 commit comments

Comments
 (0)