mirror of
https://github.com/ivabus/docs
synced 2024-11-22 08:05:07 +03:00
Merge pull request #3 from trentlarson/patch-2
fill the void of a blank "Using Tea" page
This commit is contained in:
commit
2ec7c392c1
1 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
||||||
|
|
||||||
|
# Sandbox Usage
|
||||||
|
|
||||||
|
Without any other setup, play with the tools you want temporarily:
|
||||||
|
|
||||||
|
`sh <(curl https://tea.xyz) +python.org +pip.pypa.io sh`
|
||||||
|
|
||||||
|
|
||||||
|
# ... or With tea Installed
|
||||||
|
|
||||||
|
Same as above, but with 'tea' instead of the "sh <(...)", thus:
|
||||||
|
|
||||||
|
`tea +python.org +pip.pypa.io sh`
|
||||||
|
|
||||||
|
|
||||||
|
# ... or With a [Developer Environment](https://docs.tea.xyz/features/developer-environments):
|
||||||
|
|
||||||
|
Add the tool dependencies to your dev docs and enter a shell where it's all available:
|
||||||
|
|
||||||
|
`tea -E sh`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# ... and With [Magic](https://docs.tea.xyz/features/magic)
|
||||||
|
|
||||||
|
`cd my-sandboxed-project`
|
||||||
|
|
||||||
|
... and everything is just _there_.
|
Loading…
Reference in a new issue