Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Desastres
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Desastres
  • Desastres
  • Wiki
  • setting enviroment

setting enviroment · Changes

Page history
Update setting enviroment authored Nov 16, 2018 by Gabriel Henrique Paul's avatar Gabriel Henrique Paul
Hide whitespace changes
Inline Side-by-side
setting-enviroment.md
View page @ c3f83f76
...@@ -12,7 +12,7 @@ To set up the python interpreter on your machine see [Python SetUp](https://docs ...@@ -12,7 +12,7 @@ To set up the python interpreter on your machine see [Python SetUp](https://docs
<br><br> <br><br>
After the Python interpreter is correctly installed on your machine, you must open the terminal and or the prompt to set up the virtual environment. After the Python interpreter is correctly installed on your machine, you must open the terminal and or the prompt to set up the virtual environment.
Verify if you have the 'pip' installed typing on the terminal Verify if you have the 'pip' installed typing on the terminal
> pip --version >`pip --version`
If installed, the current version of pip was shown and you can proceed with the enviroment configuration, if not you can download and install If installed, the current version of pip was shown and you can proceed with the enviroment configuration, if not you can download and install
pip through this link [Pip Installation](https://pip.pypa.io/en/stable/installing/) pip through this link [Pip Installation](https://pip.pypa.io/en/stable/installing/)
...@@ -47,7 +47,7 @@ On the terminal type ...@@ -47,7 +47,7 @@ On the terminal type
<br><br> <br><br>
Going to the project folder you must type: Going to the project folder you must type:
> pipenv install >`pipenv install`
* It will install all the required dependencies in the project using as parameter the Pipfile in the root of the project directory. * It will install all the required dependencies in the project using as parameter the Pipfile in the root of the project directory.
......
Clone repository
  • API
  • QuickStart
  • agents
  • agents
    • actions
    • agent
  • api
    • firstconnection
    • firstmessage
    • how it works
    • stepsmessages
  • Home
  • notes
  • requirements
  • setting enviroment
  • simulation
  • simulation
    • corearchitecture
View All Pages