forked from Avaiga/taipy-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
26 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
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
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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# Installation | ||
|
||
The latest stable version of _taipy-toolkit_ is available through _pip_: | ||
The latest stable version of _taipy-config_ is available through _pip_: | ||
``` | ||
pip install taipy-toolkit | ||
pip install taipy-config | ||
``` | ||
|
||
## Development version | ||
|
||
You can install the development version of _taipy-toolkit_ with _pip_ and _git_: | ||
You can install the development version of _taipy-config_ with _pip_ and _git_: | ||
``` | ||
pip install git+https://[email protected]/Avaiga/taipy-toolkit | ||
pip install git+https://[email protected]/Avaiga/taipy-config | ||
``` | ||
|
||
## Work with the _taipy-toolkit_ code | ||
## Work with the _taipy-config_ code | ||
``` | ||
git clone https://github.com/Avaiga/taipy-toolkit.git | ||
cd taipy-toolkit | ||
git clone https://github.com/Avaiga/taipy-config.git | ||
cd taipy-config | ||
pip install . | ||
``` | ||
|
||
If you want to run tests, please install `Pipenv`: | ||
``` | ||
pip install pipenv | ||
git clone https://github.com/Avaiga/taipy-toolkit.git | ||
cd taipy-toolkit | ||
git clone https://github.com/Avaiga/taipy-config.git | ||
cd taipy-config | ||
pipenv install --dev | ||
pipenv run pytest | ||
``` |
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
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