1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-07-02 18:11:35 +02:00

Orthography: Fixed minor errors in spelling and punctuation

This commit is contained in:
2026-07-02 10:06:55 +02:00
parent beee1f7e83
commit bd928b26af
2 changed files with 6 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ Many of them also feature public decks.
- [Archidekt](https://archidekt.com/) is another popular deck building site.
With the option to build commander decks based on a specific commander.
It additionally, features the display of public decks.
Additionally, it features the display of public decks.
- [deckbox](https://deckbox.org/) is a very clean deck builder website.
- [deckstats.net](https://deckstats.net/) gives the option to build and analyze MTG(A) decks.
- [Delver Lens](https://www.delverlab.com/) is an [Android](/wiki/android.md) application for
@@ -186,7 +186,7 @@ The card has to be efficient mana-wise.
It should therefore always be compared to other cards that are played similarly.
For creatures without any bonus attributes it is said that 1 Power and 1 Toughness per Mana is a
good starting point.
Additionally cards should fit the strategy and shouldn't be too specific.
Additionally, cards should fit the strategy and shouldn't be too specific.
Modal spells (1 card with multiple options) can be useful to be prepared for different
situations without too specific cards
They shouldn't be "win-more"-card and play good on their own.

View File

@@ -11,8 +11,8 @@ You can install python using various ways.
Using various [package managers](/wiki/linux/package_manager.md) the current python version can be
easily installed.
Additionally an [pyenv](#pyenv-installation), [uv](#uv-installation) or [manual installation](#manual-installation) can be
done to get a specific older versions for projects.
Additionally, a [pyenv](#pyenv-installation), [uv](#uv-installation) or
[manual installation](#manual-installation) can be done to get a specific older version for projects.
### uv Installation
@@ -153,7 +153,7 @@ If it is omitted the project will be created in the current working directory.
uv init <path>
```
Additionally this command can be expanded with flags.
Additionally, this command can be expanded with flags.
To create the most basic form of a project without a `README.md` the `--bare` flag can be used.
To use uv as a virtual environment similar to venv the following command can be invoked inside a
@@ -342,8 +342,7 @@ torch.cuda.is_available()
The package for [Hailo chips](/wiki/hailo.md) has to be downloaded from the
[official website](https://hailo.ai/developer-zone/software-downloads).
Additionally, additional setup may be required as explained in the
[Hailo article](/wiki/hailo.md#setup).
Additional setup may be required as explained in the [Hailo article](/wiki/hailo.md#setup).
Hailo chips can be used to run converted [TensorFlow](#tensorflow) models.
The conversion process is explained in the