-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Fix some grammartical error and enhance note
- Loading branch information
1 parent
13f2b8d
commit ec1b903
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ And when you want to get off from the virtual environment, use the `deactivate` | |
deactivate | ||
``` | ||
|
||
Note : If you use PyCharm, you can click on the python interpreter and you can add the new interpreter to create a new virtual environment and when you run the command in PyCharm terminal all command will stay in virtual environment. | ||
**Note** : If you use PyCharm, you can click on the python interpreter and you can add the new interpreter to create a new virtual environment and when you run the command in PyCharm terminal all command will stay in virtual environment. | ||
|
||
### Install the requirement library in the virtual environment | ||
|
||
|
@@ -105,7 +105,7 @@ OSU_OAUTH_CLIENT_SECRET = keygohere | |
OSU_API_V1_KEY = keygohere | ||
``` | ||
|
||
Note : The `OSU_OAUTH_CLIENT_ID` `OSU_OAUTH_CLIENT_SECRET` and `OSU_API_V1_KEY` are required when you want to development with osu! OAuth system or some program part that required the osu! API you must fill the osu! API key and OAuth app number in `settings.py` to start development on this function. But if you are not testing on this function it's okay to leave the key blank. (The development OAuth server callback is http://127.0.0.1:8000/accounts/osu/login/callback/.) | ||
**Note** : The `OSU_OAUTH_CLIENT_ID` `OSU_OAUTH_CLIENT_SECRET` and `OSU_API_V1_KEY` are required when you want to development with osu! OAuth system or some program part that required the osu! API you must fill the osu! API key and OAuth app number in `settings.py` to start development on this function. But if you are not testing on this function it's okay to leave the key blank. (The development OAuth server callback is http://127.0.0.1:8000/accounts/osu/login/callback/.) | ||
|
||
### Start the development server | ||
|
||
|
@@ -120,15 +120,17 @@ python manage.py runserver | |
|
||
When it comes to contributing to the project, the two main things you can do to help out are reporting the issues and submitting pull requests. We have prepared a [list of contributing guidelines](CONTRIBUTING.md) that should hopefully ease you into our collaboration process. | ||
|
||
Note that the contributing guidelines is not all. Nothing is set in stone. If you have an issue with the way code is structure, with any libraries we are using, or with any processes involved with contributing, please bring up and ask us! We welcome all feedback, so we can make the contributing to this project as painless as possible. | ||
Note that the contributing guidelines is not exhaustive. Nothing is set in stone. If you have an issue with the way code is structure, with any libraries we are using, or with any processes involved with contributing, please bring up and ask us! We welcome all feedback, so we can make contributions to this project as painless as possible. | ||
|
||
We use [code of conduct](code_of_conduct.md) from `Contributor Covenant`. | ||
|
||
## License | ||
|
||
The code in this repository is licensed under MIT license. Please see [the license file](LICENSE) for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. | ||
The code in this repository is licensed under MIT license. Please see [the license file](LICENSE) for more information. | ||
|
||
The image in this website and the content that upload by user and community is cover on DMCA. If you are the work and owner and want to request to remove your work please email the team at [[email protected]](mailto:[email protected]) or contact HelloYeew (project leader) at [[email protected]](mailto:[email protected]). | ||
TL;DR** you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. | ||
|
||
The image in this website and the content that upload by user and community are cover by DMCA. If you are the work owner and want to request to remove your work, please email the team at [[email protected]](mailto:[email protected]) or contact HelloYeew (project leader) at [[email protected]](mailto:[email protected]). | ||
|
||
Each rulesets has its own license. | ||
|
||
|