Coder Social home page Coder Social logo

trabind_ae3m6's Introduction

# Curso: Desarrollo de Aplicaciones Fullstack Python Trainee v2.0

Proyecto Individual Módulo 6

## Instrucciones para unirse el proyecto:

1. Crear una carpeta vacía en su computadora, ej:
   - /Documentos/proyecto_panchito
2. Hacer un repositorio de GIT en dicha carpeta:
   - `git init`
3. Añadir el acceso al repositorio en línea:
   - `git remote add origin https://github.com/vverac/trabInd_ae3M6`
4. Hacer una solicitud de 'pull' al repositorio en línea:
   - `git pull origin main`
5. Crear un entorno virtual:
   - `python -m venv env`
6. Hacer que Visual Studio Code tome por defecto el intérprete del entorno 'env' para activarlo cada vez que abramos esta carpeta:
   - Presionar CTRL + SHIFT + P
   - Ingresar Pyhton: Seleccionar Intérprete
   - Seleccionar el ubicado en la dirección /env/scripts/python.exe (Generalmente es la opción recomendada)
   - Abrir una nueva terminal en Visual Studio Code y fijarse que diga (env) al principio de la línea de la terminal
7. Instalar los módulos requeridos:
   - `python -m pip install -r requirement.txt`
8. Con los pasos anteriores deberían estar listos con los pasos iniciales.

trabind_ae3m6's People

Contributors

vverac avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.