Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Troca python-18-horas por pythomatiza
  • Loading branch information
gabrielbdornas authored Jul 25, 2024
1 parent a5e6ca7 commit 77de2ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Python 18Horas
Pythomatiza
===

![test status](https://raw.githubusercontent.com/gabrielbdornas/python-18horas/coverage-badge/tests.svg?raw=true)
Expand All @@ -12,14 +12,14 @@ Python 18Horas
- Clone o repositório forkado e instale os pacotes:

```python
git clone git@github.com:<usuario-github>/python-18horas.git
git clone git@github.com:<usuario-github>/pythomatiza.git

# navegar para o repositório criado
cd python-18horas
cd pythomatiza

# criar remote upstream
# caminho abaixo usa ssh
git remote add upstream git@github.com:gabrielbdornas/python-18horas.git
git remote add upstream git@github.com:automatiza-mg/pythomatiza.git

# criar ambiente virtual python e instale os pacotes necessários - Windows
$ python -m venv venv
Expand All @@ -37,7 +37,7 @@ $ pip install -r requirements.txt
```python
# navegar para o nosso repositório
# não copie o código abaixo cegamente
$ cd ~/caminho/para/python-18horas
$ cd ~/caminho/para/pythomatiza

# certificar que não há nada para commitar
# se git status não estiver limpo, commit/restore
Expand Down

0 comments on commit 77de2ca

Please sign in to comment.