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 @ 2e137777
...@@ -6,19 +6,25 @@ ...@@ -6,19 +6,25 @@
## Pre steps ## Pre steps
To set up the virtual enviroment of the projet its needed a base python interpreter (must be python 3.6). The download can be found on [Python Interpreter](https://www.python.org/downloads/release/python-367/). Our project relies on a Virtual Environment (venv) in order for it to work. So, what is a venv? Long story short it is a place in a python project where we can add all the libraries we want and it only affects the enclosing project. To use it we need VirtualEnvironment installed in our computer, but gladly for us our project runs with python 3.6 who already supports it, yay! :nerd:. To set up the virtual environment of this project the python interpreter must be at version 3.6 (or later). The download can be found on [Python Interpreter](https://www.python.org/downloads/release/python-367/).
To set up the python interpreter on your machine see [Python SetUp](https://docs.python.org/3/using/windows.html) To set up the python interpreter on your machine see [Python SetUp](https://docs.python.org/3/using/windows.html)
<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 enviroment. 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 throught this link [Pip Installation](https://pip.pypa.io/en/stable/installing/) pip through this link [Pip Installation](https://pip.pypa.io/en/stable/installing/)
*** ***
## Installing virtual enviroment ## Setting up a virtual environment
Setting up a venv is a lot straightforward, all we need to do is run a few commands at a terminal console.
## Installing virtual environment
With all the pre steps finished, you can continue with the installation of the virtual enviroment With all the pre steps finished, you can continue with the installation of the virtual enviroment
<br><br> <br><br>
......
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