Installation Guide for Python

Size: px
Start display at page:

Download "Installation Guide for Python"

Transcription

1 GPDI 513 Beginner s Guide to the Python Programming Language Installation Guide for Python Linux Operating System If you are using a Linux computer, open the terminal and type the following commands in the given order: sudo apt-get update sudo apt-get install build-essential checkinstall sudo apt-get install libreadline-gplv2-dev libncursesw5-dev sudo apt-get install libssl-dev libsqlite3-dev tk-dev sudo apt-get install libgdbm-dev libc6-dev libbz2-dev cd /usr/src sudo wget sudo tar xzf Python-3.6.0b3.tgz cd Python-3.6.0b3/ sudo./configure sudo make altinstall sudo apt-get install idle3 To run Python with IDLE, simply type idle3 on the terminal. IDLE is an Integrated DeveLopment Environment and it has a text-editor with syntax highlighting, auto-completion, smart indent and other useful features. If you wish to use python without IDLE, type python or python3.6 on the terminal to run it. No problem! You can also check to find an installation tutorial for Python 3.6 and IDLE on Linux. If it does not work out either, then we will help you during the workshop.

2 OS X/macOS Operating System If you are using a Mac computer, please go through the following steps: Open your browser (Safari, Firefox, Google Chrome, etc.) Go to and click on the "Downloads" section. Choose MAC OS X. Website will possibly choose your operating system automatically. Click on "Python version." It should start downloading the executable file. Once the executable file is downloaded, go to Downloads section and click to python macosx pkg file (the file might have a different name depending on your operating system and the version of python you are installing). When you click on the file, the installation will start. Throughout the installation, leave the default options as they are, agree to the terms of the software license agreement and click on the "Continue" button until the installation is complete. You might be asked to enter your username and password. When the installation is complete, click on "Search" item on the upper-right part of the screen and type idle. By doing that, you run Python with IDLE which is an Integrated DeveLopment Environment and it has a text-editor with syntax highlighting, auto-completion, smart indent and other useful features. To run python without IDLE, go to the terminal on your Mac. In the terminal, type python. No problem! You can also check to find an installation tutorial for Python 3.6 and IDLE on Mac. If it does not work out either, then we will help you during the workshop.

3 Windows Operating System If you are using Windows operating system, please follow the instructions given below: Open your browser (Google, Firefox or Safari are the most popular ones) and go to Then, click on the "Downloads" button. Choose the "Windows" option. Click on the first option, "Latest Python 3 Release - Python 3.6.2" and find Windows x86-64 executable installer on the next window. When you click on it, you will start downloading the executable file (with the.exe extension). Once you download the file, go to your "Downloads" folder on your computer. Find the executable file (possibly named as python amd64.exe ) and double-click on it to initiate the installation. Double-clicking will start the installation setup. Before clicking the "Install Now" button, click on the "Add Python to PATH" selection. Then click on the "Install Now" button. In the next window, click on "Yes". Then you will see "Setup was successful" window. Once the installation is complete, click on the Start menu in your computer to search for Python. You will see four options. Click on IDLE (Python 3.6.2) button to run Python with IDLE which is an Integrated DeveLopment Environment and it has a text-editor with syntax highlighting, auto-completion, smart indent and other useful features. You can also use python from the terminal without IDLE. For that, click on the Python 3.6 (command line) option. No problem! You can also check to find an installation tutorial for Python 3.6 and IDLE on Windows. If it does not work out either, then we will help you during the workshop.

4 Installation Guide for Python Packages Throughout the workshop, we will also use a lot of different Python packages which are collections of codes that will help us save time. Here is the list of Python packages we will need for the hands-on exercises: cycler== patsy==0.4.1 scipy== matplotlib==2.0.0 pyparsing==2.2.0 six== numpy== python-dateutil==2.6.0 statsmodels==0.8.0 pandas== pytz== Linux Operating System If you are using a Linux computer, open the terminal and enter the following commands to install the Python packages that we will need during the workshop. You might be asked to enter your password. sudo wget python3.6 get-pip.py python3.6 -m pip install cycler== python3.6 -m pip install matplotlib==2.0.0 python3.6 -m pip install numpy== python3.6 -m pip install pandas== python3.6 -m pip install patsy==0.4.1 python3.6 -m pip install pyparsing==2.2.0 python3.6 -m pip install python-dateutil==2.6.0 python3.6 -m pip install pytz== python3.6 -m pip install scipy== python3.6 -m pip install six== python3.6 -m pip install statsmodels==0.8.0

5

6 OS X/macOS Operating System If you are using a Mac computer, open your internet browser such as Firefox, Google Chrome or Safari and then follow the instructions given below: Using your browser, go to website and copy the link. Then go to your "Applications" folder and go to "Utilities" and click on "Terminal". First check if pip is installed, if you type pip on the terminal and see " command not found error " on the terminal, then continue the following instructions. If not, then you have pip already. Therefore, you can just follow the last instruction. On your terminal, type curl To execute the get-pip.py script, simply type sudo python get-pip.py on the terminal. Then to install the Python packages, on the terminal, you can type sudo pip install numpy== to install the first Python package that is called numpy. For the rest of the Python packages, type the following commands on the terminal. pip install cycler== pip install matplotlib==2.0.0 pip install pandas== pip install patsy==0.4.1 pip install pyparsing==2.2.0 pip install python-dateutil==2.6.0 pip install pytz== pip install scipy== pip install six== pip install statsmodels==0.8.0 No problem! You can also check to install the required Python packages. If it does not work out either, then we will help you during the workshop.

7 Windows Operating System If you are using a Windows computer, open your favorite browser such as Google Chrome and follow the instructions given below: Go to and go to the installation page. Then scroll down on the website until you find get-pip.py file and download it by clicking on the get-pip.py link and save it (right-click with your mouse and save it). When it is downloaded, double-click on it to run. Then open your command prompt from Start menu. On the command prompt, and type the following commands to install the required Python packages: pip install cycler== pip install matplotlib==2.0.0 pip install pandas== pip install patsy==0.4.1 pip install pyparsing==2.2.0 pip install python-dateutil==2.6.0 pip install pytz== pip install scipy== pip install six== pip install statsmodels==0.8.0 No problem! You can also check to install the required Python packages. If it does not work out either, then we will help you during the workshop.

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

Gerd Doeben-Henisch February 12, Steps To Prepare Python Environment 2. 3 Use Python Interactive Console 3

Gerd Doeben-Henisch February 12, Steps To Prepare Python Environment 2. 3 Use Python Interactive Console 3 PROGRAMMING WITH PYTHON Simple Programming Environment with ubuntu 16.04 emerging-mind.org ejournal ISSN 2567-6466 Email: info@emerging-mind.org 10.-12.February 2018 Gerd Doeben-Henisch gerd@doeben-henisch.de

More information

Accessing Zen v13 from Python on Raspbian Using the Btrieve 2 Interface

Accessing Zen v13 from Python on Raspbian Using the Btrieve 2 Interface Accessing Zen v13 from Python on Raspbian Using the Btrieve 2 Interface A White Paper From For more information, see our web site at Accessing Zen v13 from Python on Raspbian Using the Btrieve 2 Interface

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

Setting up to download Grants Group Application Forms

Setting up to download Grants Group Application Forms Setting up to download Grants Group Application Forms Guidance on setting up Adobe Reader Although it is in common use, we recognise that you may not use Adobe Reader as your preferred pdf reader but it

More information

FINAL PROJECT: MUSIC SERVER

FINAL PROJECT: MUSIC SERVER December 7, 2016 FINAL PROJECT: MUSIC SERVER Presented by: Elizabeth Ferreira & Matthew Visconti EMT 2390L OPERATING SYSTEMS LAB PROF: HAMILTON 1 TABLE OF CONTENT INTRODUCTION... 3 Raspberry Pi 3... 4

More information

Bell County District Attorney. E-Discovery Portal. Quick Guide for Attorneys. 3/17/2014 Version 1.2

Bell County District Attorney. E-Discovery Portal. Quick Guide for Attorneys. 3/17/2014 Version 1.2 Bell County District Attorney E-Discovery Portal Quick Guide for Attorneys 3/17/2014 Version 1.2 Information and System Requirements The E-Discovery portal has been developed to provide the District Attorney

More information

Lesson 2: Preparation

Lesson 2: Preparation Lesson 2: Preparation Using the EartH2Observe data portal to analyse drought indicators 1 Preface This is a step by step tutorial that will help you install all the software required for the further lessons

More information

Setting up Python 3.5 and numpy and matplotlib on your own Windows PC or laptop

Setting up Python 3.5 and numpy and matplotlib on your own Windows PC or laptop CS-1004, Introduction to Programming for Non-Majors, C-Term 2017 Setting up Python 3.5 and numpy and matplotlib on your own Windows PC or laptop Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute

More information

COLD WALLET + MASTERNODE SETUP ON LINUX

COLD WALLET + MASTERNODE SETUP ON LINUX COLD WALLET + MASTERNODE SETUP ON LINUX This tutorial shows the steps required to setup your Magnet masternode on a Linux system while running a local cold wallet (Windows system here). Let s get started!

More information

Connecting to the Virtual Desktop Infrastructure (VDI)

Connecting to the Virtual Desktop Infrastructure (VDI) System Office IT Connecting to the Virtual Desktop Infrastructure (VDI) There are four ways to connect to the system office Virtual Desktop Infrastructure (VDI): Web client Windows client - personal computer

More information

Getting Started with Python

Getting Started with Python Getting Started with Python Python is a general purpose, high level programming language that is used in a variety of application domains. The Python language has a very clear and expressive syntax as

More information

How to Use Launch on a Desktop

How to Use Launch on a Desktop Getting Started Install the VMware Horizon Client Software on: Home Computer You will need Capital Power Username and Password Entrust security code (soft token or grid card) Minimum Operating System Requirements

More information

boost Documentation Release 0.1 Carl Chenet

boost Documentation Release 0.1 Carl Chenet boost Documentation Release 0.1 Carl Chenet May 06, 2017 Contents 1 Guide 3 1.1 How to install Boost........................................... 3 1.2 Configure Boost.............................................

More information

Getting Started with Python

Getting Started with Python Getting Started with Python A beginner course to Python Ryan Leung Updated: 2018/01/30 yanyan.ryan.leung@gmail.com Links Tutorial Material on GitHub: http://goo.gl/grrxqj 1 Learning Outcomes Python as

More information

Using Citrix to access QFIS and other applications

Using Citrix to access QFIS and other applications Using Citrix to access QFIS and other applications Citrix offers a secure way to remotely access applications at Queen s, including P2P. To use Citrix, open your browser and go to https://offcampus.qub.ac.uk.

More information

Setting up Python 3.4 and numpy and matplotlib on your own Windows PC or laptop

Setting up Python 3.4 and numpy and matplotlib on your own Windows PC or laptop CS-1004, Introduction to Programming for Non-Majors, A-Term 2015 Setting up Python 3.4 and numpy and matplotlib on your own Windows PC or laptop Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute

More information

Homework 01 : Deep learning Tutorial

Homework 01 : Deep learning Tutorial Homework 01 : Deep learning Tutorial Introduction to TensorFlow and MLP 1. Introduction You are going to install TensorFlow as a tutorial of deep learning implementation. This instruction will provide

More information

Neehr Perfect Guide: Installing the Citrix Plugin

Neehr Perfect Guide: Installing the Citrix Plugin Neehr Perfect Guide: Installing the Citrix Plugin Overview This guide covers how to install the Citrix plugin. The first time you log in to Neehr Perfect on any computer, you will be prompted to install

More information

Introduction to Python

Introduction to Python Introduction to Python Ryan Gutenkunst Molecular and Cellular Biology University of Arizona Before we start, fire up your Amazon instance, open a terminal, and enter the command sudo apt-get install ipython

More information

Instructions for downloading paid media from BSO.org and playing paid media in the BSO Media Center Revised as of 12/23/2011

Instructions for downloading paid media from BSO.org and playing paid media in the BSO Media Center Revised as of 12/23/2011 Instructions for downloading paid media from BSO.org and playing paid media in the BSO Media Center Revised as of 12/23/2011 DOWNLOADING MEDIA 1. Purchase Media Once you have completed your purchase, you

More information

NB TEEN APPRENTICE PROGRAM NBTAP EMPLOYER ACCOUNT: FAQS CONNECTING STUDENTS TO CAREERS IN THE SKILLED TRADES

NB TEEN APPRENTICE PROGRAM NBTAP EMPLOYER ACCOUNT: FAQS CONNECTING STUDENTS TO CAREERS IN THE SKILLED TRADES NBTAP EMPLOYER ACCOUNT: FAQS TOPICS 1.0 Do I need to set up my Employer Account?... 3 2.0 What do I use my Employer Account for?... 3 3.0 How do I login to my Employer Account?... 3 4.0 How do I reset

More information

Setting Up a Development Server

Setting Up a Development Server 2 Setting Up a Development Server If you wish to develop Internet applications but don t have your own development server, you will have to upload every modification you make to a server somewhere else

More information

Citrix Desktop for Home Computers Mac OS Instructions

Citrix Desktop for Home Computers Mac OS Instructions Citrix Desktop for Home Computers Mac OS Instructions You can use Citrix to create and access a virtual work desktop from your home computer. Step 1 Uninstall: To install the newest version of Citrix on

More information

The Cisco HCM-F Administrative Interface

The Cisco HCM-F Administrative Interface CHAPTER 5 This chapter contains information on the following topics: Overview of Cisco HCM-F Administrative Interface, page 5-1 Browser Support, page 5-2 Login and Logout, page 5-4 Online Help, page 5-5

More information

Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin

Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin The first time you log in to Neehr Perfect on any computer, you will be prompted to install the Citrix plugin for your web browser. The installation

More information

XEN Web Portal Instructions

XEN Web Portal Instructions XEN Web Portal Instructions Hi Everyone! Please use this document for help on accessing the new BearCom Xen Web Portal This document contains instructions on installing the Citrix Xen Receiver as well

More information

Testing your TLS version

Testing your TLS version Testing your TLS version If you are not able to access Progressive Leasing websites, you may need to upgrade your web browser or adjust your settings. In order to test your TLS version to see if it is

More information

Login Troubleshooting

Login Troubleshooting Login Troubleshooting Scenario #1: I cannot log into my account and I am pretty sure I am using the correct credentials. Problem Solving Steps: 1. All MinuteClinic employees will use the username MC followed

More information

Accessing the Curriculum Management System Off-campus Process for obtaining and installing a CMS certificate on a home Mac

Accessing the Curriculum Management System Off-campus Process for obtaining and installing a CMS certificate on a home Mac INFORMATION SERVICES ICT Service Delivery Accessing the Curriculum Management System Off-campus Process for obtaining and installing a CMS certificate on a home Mac Introduction This service enables staff

More information

QUICK SET-UP VERIFICATION...3

QUICK SET-UP VERIFICATION...3 TABLE OF CONTENTS 1 QUICK SET-UP VERIFICATION...3 2 INSTALLING CERTIFICATES...3 3 IF YOU USE MS INTERNET EXPLORER...3 3.1 INSTALLING THE CERTIFICATE...3 3.2 SSL3 ACTIVATION:...3 3.3 JAVASCRIPT ACTIVATION...3

More information

Guide to using Simply Web

Guide to using Simply Web Guide to using Simply Web Simply Web offers high performance access to Northumbria IT facilities from a wide range of devices which have a connection to the Internet including smartphones, tablets and

More information

VDI Users Guide. Mac OS X

VDI Users Guide. Mac OS X Mac OS X VDI Users Guide NOTICE: Access to electronic resources at Moraine Park Technical College is restricted to employees, students, or other individuals authorized by the College. By connecting to

More information

coxtactoe Documentation

coxtactoe Documentation coxtactoe Documentation Release 0.1.0 Brett Anderson July 13, 2014 Contents 1 Contents 1 1.1 Pre-requisites............................................... 1 1.2 Installation & Configuration.......................................

More information

SAS STUDIO. A pretty big deal! Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d.

SAS STUDIO. A pretty big deal! Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. A pretty big deal! 1.12.2014 INTRODUCTION A pretty big deal! Web-based programming interface to SAS It runs in your browser, which means that end users don't have to install anything (when connecting to

More information

SAS STUDIO. JUNE 2014 PRESENTER: MARY HARDING Education SAS Canada. Copyr i g ht 2014, SAS Ins titut e Inc. All rights res er ve d.

SAS STUDIO. JUNE 2014 PRESENTER: MARY HARDING Education SAS Canada. Copyr i g ht 2014, SAS Ins titut e Inc. All rights res er ve d. JUNE 2014 PRESENTER: MARY HARDING Education SAS Canada NEW SAS PROGRAMMING ENVIRONMENT Available Consistent Assistive AVAILABLE THROUGH ALL MODERN WEB BROWSERS Available Consistent Assistive ONE INTERFACE

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

An Introduction to Google Chrome

An Introduction to Google Chrome An Introduction to Google Chrome Box is an online file sharing and cloud content management service and it provides features such as: Getting Google Chrome 1. To get started with Google Chrome, you have

More information

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server.

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server. CODD SERVER ACCESS INSTRUCTIONS OVERVIEW Codd (codd.franklin.edu) is a server that is used for many Computer Science (COMP) courses. To access the Franklin University Linux Server called Codd, an SSH connection

More information

tutorial : modeling synaptic plasticity

tutorial : modeling synaptic plasticity tutorial : modeling synaptic plasticity Computational Neuroscience by the Mediterranean Winter School, Jan 20th, 2016 Michael Graupner Université Paris Descartes CNRS UMR 8118, Paris, France michael.graupner@parisdescartes.fr

More information

Login Troubleshooting

Login Troubleshooting Login Troubleshooting Scenario #1: I cannot log into my account and I am pretty sure I am using the correct credentials. Problem Solving Steps: 1. Check with your scheduler to ensure you are using the

More information

Tutorial on txthings (CoAP Libraries) Internet of Things (2IMN15) , Eindhoven University of Technology By Leila F. Rahman

Tutorial on txthings (CoAP Libraries) Internet of Things (2IMN15) , Eindhoven University of Technology By Leila F. Rahman Tutorial on txthings (CoAP Libraries) Internet of Things (2IMN15) 2016-2017, Eindhoven University of Technology By Leila F. Rahman In this tutorial, we will describe how to run a CoAP server on Raspberry

More information

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Velocity@ocbc Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Version 1.0 1 of 18 Step 1: Check your browser version 1. Type www.whatismybrowser.com at the address bar and press

More information

UPLOADING AN IMAGE TO FACEBOOK AND MAKING IT YOUR PROFILE PICTURE

UPLOADING AN IMAGE TO FACEBOOK AND MAKING IT YOUR PROFILE PICTURE UPLOADING AN IMAGE TO FACEBOOK AND MAKING IT YOUR PROFILE PICTURE PART 1: UPLOADING AN IMAGE TO FACEBOOK 1. Open your web browser. This will most likely be Internet Explorer, Mozilla Firefox, Google Chrome

More information

Browser Support Internet Explorer

Browser Support Internet Explorer Browser Support Internet Explorer Consumers Online Banking offers you more enhanced features than ever before! To use the improved online banking, you may need to change certain settings on your device

More information

Instructions for using Borg and Ide CONNECT. Referring Provider Portal. Version 3.5.

Instructions for using Borg and Ide CONNECT. Referring Provider Portal. Version 3.5. Instructions for using Borg and Ide CONNECT Referring Provider Portal www.borgideconnect.com Version 3.5 Topic Table of Name Contents Description Getting Started...1 Home Page and Finding Patient Exams...2

More information

Getting started with UCC VirtualApp

Getting started with UCC VirtualApp UNIVERSITY COLLEGE CORK Getting started with UCC VirtualApp Information Services Procedure Version 1.1 Killian Cholbi The following document outlines the procedure that members of staff will follow to

More information

How to install Citrix on Windows XP/Vista/7/8/8.1

How to install Citrix on Windows XP/Vista/7/8/8.1 How to install Citrix on Windows XP/Vista/7/8/8.1 Citrix Receiver Installation 1. Bring up a web browser (ie: Internet Explorer, Firefox, or Google Chrome) and go to http://receiver.citrix.com. 2. Click

More information

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To MP3 Converter program. Next I will show you how to download

More information

From using an External Harddrive, to a Google Cloud Drive; there is no one way to backup data.

From using an External Harddrive, to a Google Cloud Drive; there is no one way to backup data. Mac (OS X): Data Backup Guide 6/14/2016 Why: Backing up data should be done on a regular basis, not just when you think it is necessary, as a failure can happen at any time. While there are no set intervals

More information

To search type and hit enter

To search type and hit enter Contact Us Advertise Disclaimer Privacy Policy Sitemap Write for Us To search type and hit enter Home Android Linux Raspberry Pi PHP Tricks Windows Tech News WordPress Videos Apps Forum Home -> Linux ->

More information

CSIRO Publishing Ebook Collections

CSIRO Publishing Ebook Collections Library Patron User Guide CSIRO Publishing Ebook Collections Powered by Ebooks Corporation s CSIRO Publishing Ebook Collections is powered by Ebooks Corporation Ebook Collections September 2014 Contents

More information

Preparing Your Google Cloud VM for W4705

Preparing Your Google Cloud VM for W4705 Preparing Your Google Cloud VM for W4705 August 27, 2017 1. Get a cloud.cs.columbia.edu account 1. Sign up for a cloud Columbia CS account using this link. Note that is is an entirely new account and is

More information

Containers. Pablo F. Ordóñez. October 18, 2018

Containers. Pablo F. Ordóñez. October 18, 2018 Containers Pablo F. Ordóñez October 18, 2018 1 Welcome Song: Sola vaya Interpreter: La Sonora Ponceña 2 Goals Containers!= ( Moby-Dick ) Containers are part of the Linux Kernel Make your own container

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

SSH Deploy Key Documentation

SSH Deploy Key Documentation SSH Deploy Key Documentation Release 0.1.1 Travis Bear February 03, 2014 Contents 1 Overview 1 2 Source Code 3 3 Contents 5 3.1 Alternatives................................................ 5 3.2 Compatibility...............................................

More information

How do I access the wireless network using a laptop?

How do I access the wireless network using a laptop? Zane State College offers free computer software and software tools to help students achieve success. Below are instructions to install the many software applications offered at Zane State College. How

More information

Step 6 How to download a YouTube Video that is not on your account. You have to have another program on your computer to that called ClipGrab.

Step 6 How to download a YouTube Video that is not on your account. You have to have another program on your computer to that called ClipGrab. Step 6 How to download a YouTube Video that is not on your account. You have to have another program on your computer to that called ClipGrab. Next is how to go to ClipGrab website and download it with

More information

Blackboard Collaborate Launcher for Mac OS X

Blackboard Collaborate Launcher for Mac OS X Blackboard Collaborate Launcher for Mac OS X What Is the Blackboard Collaborate Launcher? The Blackboard Collaborate Launcher is a software application for Mac OS X 10.8.4 and higher. The Launcher provides

More information

Library Patron. User Guide. Wiley Ebooks

Library Patron. User Guide. Wiley Ebooks Library Patron User Guide Wiley Ebooks Powered by Ebooks Corporation s eb20 Library Service Wiley Ebooks is powered by Ebooks Corporation s eb20 Library Service May 2009 Contents 1 Introduction... 3 About

More information

Running Blockchain in Docker Containers Prerequisites Sign up for a LinuxONE Community Cloud trial account Deploy a virtual server instance

Running Blockchain in Docker Containers Prerequisites Sign up for a LinuxONE Community Cloud trial account Deploy a virtual server instance Running Blockchain in Docker Containers The following instructions can be used to install the current hyperledger fabric, and run Docker and blockchain code in IBM LinuxONE Community Cloud instances. This

More information

LIEBERT SiteScan TM. Quick Installation Guide

LIEBERT SiteScan TM. Quick Installation Guide LIEBERT SiteScan TM Quick Installation Guide LIEBERT SITESCAN TM Quick Installation Guide GETTING STARTED Use this guide to install your Liebert SiteScan Web software. System Requirements for the Liebert

More information

Murray Bridge High School Connecting to the BYOD Network Mac OS X Version 3 Amended 2/10/2014

Murray Bridge High School Connecting to the BYOD Network Mac OS X Version 3 Amended 2/10/2014 Murray Bridge High School Connecting to the BYOD Network Mac OS X 10.7 10.9 Version 3 Amended 2/10/2014 Use of the Murray Bridge High School BYOD (Bring Your Own Device) facilities and network is subject

More information

SERVICES REMOTE AUCTION. Live Auction Broadcast and Mobile Lot Board. Both of these services are available in English and Chinese.

SERVICES REMOTE AUCTION. Live Auction Broadcast and Mobile Lot Board. Both of these services are available in English and Chinese. REMOTE AUCTION SERVICES Live Auction Broadcast and Mobile Lot Board Both of these services are available in English and Chinese. Please note: to access these services, you are no longer required to log

More information

Quick Start Guide. Cylance Smart Antivirus

Quick Start Guide. Cylance Smart Antivirus Quick Start Guide Cylance Smart Antivirus Welcome To Cylance Smart Antivirus Cylance Smart Antivirus is the first next-generation antivirus available to consumers and provides families with the only enterpriseclass

More information

ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13)

ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13) ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13) We have installed a new version of Argos (12/22/13). This new version 4.2 can be used with Internet Explorer 9 (IE9) or above, Google Chrome,

More information

Steps to View Online Lectures

Steps to View Online Lectures Steps to View Online Lectures Panopto recordings can be viewed on a multitude of operating systems such as Windows XP, Windows Vista, and Mac OS X (Intel Only) Panopto is also compatible with most major

More information

ADD TEXTBOOK COPIES IN DESTINY

ADD TEXTBOOK COPIES IN DESTINY This tutorial will walk you through the steps on how to add textbook copies to a school s Destiny textbook database. These are not comprehensive instructions. Consult iltss Textbook Cataloging for assistance

More information

EnMAP-Box. Installation Guide for Version 2.1

EnMAP-Box. Installation Guide for Version 2.1 EnMAP-Box Installation Guide for Version 2.1 1 Contents 1 Getting the IDL Virtual Machine... 3 2 Getting the EnMAP-Box run... 4 3 Getting R programs run... 5 4 Getting python programs run... 6 5 Getting

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Internet Browsers with CYBER

Internet Browsers with CYBER Internet Browsers with CYBER Updated 5/29/2018 CYBER is an internet-based application that enables multiple users in many locations to access medical records. The application s software is powered by Microsoft

More information

Science One CS : Getting Started

Science One CS : Getting Started Science One CS 2018-2019: Getting Started Note: if you are having trouble with any of the steps here, do not panic! Ask on Piazza! We will resolve them this Friday when we meet from 10am-noon. You can

More information

Introduction to Cuda Visualization. Graphical Application Tunnelling on Palmetto

Introduction to Cuda Visualization. Graphical Application Tunnelling on Palmetto Introduction to Cuda Visualization The CUDA programming paradigm is NVidia's development tool which is used to enable advanced computer processing on their GPGPU (General Purpose graphics Processing Units)

More information

Getting Familiar with the C-BGP Simulator

Getting Familiar with the C-BGP Simulator Getting Familiar with the C-BGP Simulator Anuj Sehgal, Jürgen Schönwälder School of Engineering and Science Jacobs University Bremen, Germany {s.anuj, j.schoenwaelder}@jacobs-university.de October 24,

More information

Download and install MySQL server 8 in Windows. Step1: Download windows installer

Download and install MySQL server 8 in Windows. Step1: Download windows installer Download and install MySQL server 8 in Windows Step1: Download windows installer Step 2: Select Developer Default setup type Step 3: Installation Choose Legacy Authentication Method Step 4: Configuration

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

NOTES ON RUNNING PYTHON CODE

NOTES ON RUNNING PYTHON CODE NOTES ON RUNNING PYTHON CODE ERIC MARTIN Part 1. Setting things up The School has python 3.2.3 installed. 1. Installing python if necessary On personal computers with no version of python 3 installed,

More information

Browser Checklist. Objective. Content. 1) Zurich recommended browser

Browser Checklist. Objective. Content. 1) Zurich recommended browser Browser Checklist Objective To ensure that agents have the fastest and best experience of Zurich einsurance portal. By checking that agents have the best browser on the computers. By creating a shortcut

More information

Objectives. Structure. Munster Programming Training

Objectives. Structure. Munster Programming Training 1 Munster Programming Training Objectives 1. To give a short and basic introduction to computer programming, web design, web animation and video production. 2. To foster interest in computers by encouraging

More information

Installing Python 3 on Your Personal Computer

Installing Python 3 on Your Personal Computer Installing Python 3 on Your Personal Computer Comp 112 Wesleyan University Fall 2017 Introduction In this course we will be writing computer programs using the programming language Python. Although you

More information

Connecting Remotely Staff & Students

Connecting Remotely Staff & Students Connecting Remotely Staff & Students Install VMware Horizon View client There are two main ways to access the college network remotely using VMware on your computer, either (1) connecting directly through

More information

MRU Secure Remote Access Service (SRAS) User Guide

MRU Secure Remote Access Service (SRAS) User Guide MRU Secure Remote Access Service (SRAS) User Guide The MRU Secure Remote Access Service (SRAS) allows MRU employees and students remote access to internal computing resources including data and computer

More information

Community Fund Grant Application Technical Assistance. United Way of the Dutchess-Orange Region

Community Fund Grant Application Technical Assistance. United Way of the Dutchess-Orange Region Community Fund Grant Application Technical Assistance United Way of the Dutchess-Orange Region Create an Application New & Returning Users Browsers Supported Include: IE9, IE10, IE11, Mozilla Firefox,

More information

How to export and import bookmarks (or favorites) for common web browsers:

How to export and import bookmarks (or favorites) for common web browsers: How to export and import bookmarks (or favorites) for common web browsers: 1. Open your usual web browsing software (ie, Internet Explorer, Firefox, Safari, etc.). For Internet Explorer: 1. Exporting bookmarks.

More information

4. Web-based Switch Configuration

4. Web-based Switch Configuration 4. Web-based Switch Configuration Management Options Connecting using the Web User Interface Logging onto the Web Manager Smart Wizard Web User Interface (Web UI) Management Options The Switch provides

More information

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4 Appendix B Offline Scratch Development If you only have occasional access to the Internet or your Internet access is extremely slow (aka 56k dial-up access), you are going to have a difficult time trying

More information

ONLINE ENROLLMENT. 2) Next, review and accept the Online Enrollment Agreement and then click Agree.

ONLINE ENROLLMENT. 2) Next, review and accept the Online Enrollment Agreement and then click Agree. ONLINE ENROLLMENT 1) In order to gain access to Account Management, you must first enroll online directly from our website www.frf1.com, and click the Enroll button. Note: You must complete entire enrollment

More information

DogeCash Masternode Setup Guide Version 1.2 (Ubuntu 16.04)

DogeCash Masternode Setup Guide Version 1.2 (Ubuntu 16.04) DogeCash Masternode Setup Guide Version 1.2 (Ubuntu 16.04) This guide will assist you in setting up a DogeCash Masternode on a Linux Server running Ubuntu 16.04. (Use at your own risk) If you require further

More information

SAFARI DOWNLOAD INSTRUCTIONS

SAFARI DOWNLOAD INSTRUCTIONS SAFARI ODBC OVERVIEW Safari ODBC provides end-user data management and reporting capabilities by allowing access to your district s data via Excel. The product was purchased by the Ohio Department of Education

More information

COLD WALLET STEP BY STEP SETUP TUTORIAL FOR BEGINNERS

COLD WALLET STEP BY STEP SETUP TUTORIAL FOR BEGINNERS COLD WALLET STEP BY STEP SETUP TUTORIAL FOR BEGINNERS This tutorial shows the steps required to setup your cold wallet. Let s get started! 1. GETTING VPS SERVER FROM VULTR.COM (UBUNTU 17.10) 2. SYNCHRONIZE

More information

Remote Access for End User Reference Guide for EpicConnect Access

Remote Access for End User Reference Guide for EpicConnect Access PRESBYTERIAN HEALTHCARE SERVICES Remote Access for End User Reference Guide for EpicConnect Access Version 1.0 12/27/2013 This remote access end user reference guide provides an overview of how to install

More information

ruby-on-rails-4 #ruby-onrails-4

ruby-on-rails-4 #ruby-onrails-4 ruby-on-rails-4 #ruby-onrails-4 Table of Contents About 1 Chapter 1: Getting started with ruby-on-rails-4 2 Remarks 2 Examples 2 Installation or Setup 2 Installing Rails 3 Setup Ruby On Rails on Ubuntu

More information

Ensuring your computer has Java

Ensuring your computer has Java Ensuring your computer has Java TournamentSR and all of its support programs require the Java Standard Runtime Environment (JRE). This is a free program that can be downloaded and installed from the Internet.

More information

TrinityCore Documentation

TrinityCore Documentation TrinityCore Documentation Release TrinityCore Developers February 21, 2016 Contents 1 Compiling TrinityCore 3 1.1 Requirements............................................... 3 1.2 Build Environment............................................

More information

IP Cam EdiLife Quick Installation Guide

IP Cam EdiLife Quick Installation Guide IP Cam EdiLife Quick Installation Guide 08-2018 / v1.0 CONTENTS l. Product Information... 3 I-1 System Requirements... 3 II Camera Setup... 4 II-1 Hardware Setup... 4 II-2 EdiLife App... 6 II-2-1 Android

More information

Setting up Python 3.5, numpy, and matplotlib on your Macintosh or Linux computer

Setting up Python 3.5, numpy, and matplotlib on your Macintosh or Linux computer CS-1004, Introduction to Programming for Non-Majors, C-Term 2017 Setting up Python 3.5, numpy, and matplotlib on your Macintosh or Linux computer Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute

More information

GETTING STARTED WITH STUDENT LEARNING SPACE Instructions for Students

GETTING STARTED WITH STUDENT LEARNING SPACE Instructions for Students ANNEX A GETTING STARTED WITH STUDENT LEARNING SPACE Instructions for Students SYSTEM REQUIREMENTS 1. The Student Learning Space (SLS) is accessible through the internet browsers on either Windows PC, Mac,

More information

Online Access: Login to The Media Audit

Online Access: Login to The Media Audit Online Access: Login to The Media Audit Using The Media Audit online has never been easier! Simply open your web browser and follow the quick instructions below. app.themediaaudit.com Open your favorite

More information

Drag and drop. All done!

Drag and drop. All done! Working with Moodle, a Guide for Faculty Posting Course Materials and Managing Files Summary Moodle helps you share many different types of files with your students - Word documents, PowerPoint presentations,

More information

I cannot launch my Web Conferencing session and recordings on Mac OS X

I cannot launch my Web Conferencing session and recordings on Mac OS X I cannot launch my Web Conferencing session and recordings on Mac OS X 10.8.4 Affected Platforms: Mac OS X 10.8.4 Issue Recent security changes released by Apple may prevent web conferencing customers

More information