One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
# https://docs.pytest.org/en/latest/example/parametrize.html#apply-indirect-on-particular-arguments | |
import pytest | |
class SomeClass: | |
def __init__(self, a, b, c): | |
self.a = a | |
self.b = b | |
self.c = c |
!apt install chromium-chromedriver -q | |
!pip install google_images_download selenium -q | |
import sys | |
from fastai.vision import * | |
from google.colab import drive, files | |
from google_images_download import google_images_download | |
from selenium import webdriver # needed for google_images_download |
$ git remote rm origin | |
$ git remote add origin [email protected]:aplikacjainfo/proj1.git | |
$ git config master.remote origin | |
$ git config master.merge refs/heads/master |
Sublime Text 2 ships with a CLI called subl (why not "sublime", go figure). This utility is hidden in the following folder (assuming you installed Sublime in /Applications
like normal folk. If this following line opens Sublime Text for you, then bingo, you're ready.
open /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl
You can find more (official) details about subl here: http://www.sublimetext.com/docs/2/osx_command_line.html